#CBE1EF

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

Shades of Pattens Blue #CBE1EF

Tints of Pattens Blue #CBE1EF

Color information

#CBE1EF (or 0xCBE1EF) is unknown color: approx Pattens Blue. HEX triplet: CB, E1 and EF. RGB value is (203,225,239). Sum of RGB (Red+Green+Blue) = 203+225+239=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1EF is #341E10. Grayscale: #DBDBDB. Windows color (decimal): -3415569 or 15720907. OLE color: 15720907.

HSL color Cylindrical-coordinate representation of color #CBE1EF: hue angle of 203.33º 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 #CBE1EF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203225239-
CMYK0.150.0600.06
HSL203.33º52.94%86.67%-
HSV(B)203.33º15.06%93.73%-
XYZ67.1372.7892.17-
YUV220.02138.71115.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.43%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 239 (93.75% from 255) = 35.83%
R=30.43%
G=33.73%
B=35.83%

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
Decimal2032252390.150.0600.06203.3352.9486.67
HexCBE1EFF606cb3557
Octal3133413571760631365127
Binary11001011111000011110111111111100110110010111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1EF; }

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

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

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

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

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

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

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

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