#CBE0EF

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

Shades of Pattens Blue #CBE0EF

Tints of Pattens Blue #CBE0EF

Color information

#CBE0EF (or 0xCBE0EF) is unknown color: approx Pattens Blue. HEX triplet: CB, E0 and EF. RGB value is (203,224,239). Sum of RGB (Red+Green+Blue) = 203+224+239=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE0EF is #341F10. Grayscale: #DBDBDB. Windows color (decimal): -3415825 or 15720651. OLE color: 15720651.

HSL color Cylindrical-coordinate representation of color #CBE0EF: hue angle of 205º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBE0EF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203224239-
CMYK0.150.0600.06
HSL205º52.94%86.67%-
HSV(B)205º15.06%93.73%-
XYZ66.8672.2492.08-
YUV219.43139.04116.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.48%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 239 (93.75% from 255) = 35.89%
R=30.48%
G=33.63%
B=35.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032242390.150.0600.0620552.9486.67
HexCBE0EFF606cd3557
Octal3133403571760631565127
Binary11001011111000001110111111111100110110011011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0EF; }

 p { color: rgb(203,224,239); }

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

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

 a { background-color: rgb(203,224,239); }

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

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

 span { border-color: rgb(203,224,239); }

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