#CBE1EE

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

Shades of Pattens Blue #CBE1EE

Tints of Pattens Blue #CBE1EE

Color information

#CBE1EE (or 0xCBE1EE) is unknown color: approx Pattens Blue. HEX triplet: CB, E1 and EE. RGB value is (203,225,238). Sum of RGB (Red+Green+Blue) = 203+225+238=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1EE is #341E11. Grayscale: #DBDBDB. Windows color (decimal): -3415570 or 15655371. OLE color: 15655371.

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

Color convert

RGB203225238-
CMYK0.150.0500.07
HSL202.29º50.72%86.47%-
HSV(B)202.29º14.71%93.33%-
XYZ66.9972.7291.39-
YUV219.9138.21115.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.48%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=30.48%
G=33.78%
B=35.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032252380.150.0500.07202.2950.7286.47
HexCBE1EEF507ca3356
Octal3133413561750731263126
Binary11001011111000011110111011111010111110010101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1EE; }

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

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

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

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

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

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

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

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