#CBE3EC

Color #CBE3EC Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CBE3EC

Tints of Pattens Blue #CBE3EC

Color information

#CBE3EC (or 0xCBE3EC) is unknown color: approx Pattens Blue. HEX triplet: CB, E3 and EC. RGB value is (203,227,236). Sum of RGB (Red+Green+Blue) = 203+227+236=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3EC is #341C13. Grayscale: #DCDCDC. Windows color (decimal): -3415060 or 15524811. OLE color: 15524811.

HSL color Cylindrical-coordinate representation of color #CBE3EC: hue angle of 196.36º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE3EC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203227236-
CMYK0.140.0400.07
HSL196.36º46.48%86.08%-
HSV(B)196.36º13.98%92.55%-
XYZ67.2473.6990.04-
YUV220.85136.55115.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 30.48%
GREEN value IS 227 (89.06% from 255) = 34.08%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=30.48%
G=34.08%
B=35.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032272360.140.0400.07196.3646.4886.08
HexCBE3ECE407c42e56
Octal3133433541640730456126
Binary11001011111000111110110011101000111110001001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3EC; }

 p { color: rgb(203,227,236); }

 H1.HeaderClassName
 {
   color: #CBE3EC;
 }
 .AnyTagClassName
 {
   color: #CBE3EC;
 }
</style>
background-color css

<style>
 a { background-color: #CBE3EC; }

 a { background-color: rgb(203,227,236); }

 div.DivClassName
 {
   background-color: #CBE3EC;
 }
 .BgClassName
 {
   background-color: #CBE3EC;
 }
</style>
border-color css

<style>
 span { border-color: #CBE3EC; }

 span { border-color: rgb(203,227,236); }

 td.TdClassName
 {
   border-color: #CBE3EC;
 }
 .TagClassName
 {
   border-color: #CBE3EC;
 }
</style>