#CBE5EE

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

Shades of Pattens Blue #CBE5EE

Tints of Pattens Blue #CBE5EE

Color information

#CBE5EE (or 0xCBE5EE) is unknown color: approx Pattens Blue. HEX triplet: CB, E5 and EE. RGB value is (203,229,238). Sum of RGB (Red+Green+Blue) = 203+229+238=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5EE is #341A11. Grayscale: #DEDEDE. Windows color (decimal): -3414546 or 15656395. OLE color: 15656395.

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

Color convert

RGB203229238-
CMYK0.150.0400.07
HSL195.43º50.72%86.47%-
HSV(B)195.43º14.71%93.33%-
XYZ68.0874.9191.76-
YUV222.25136.89114.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=30.30%
G=34.18%
B=35.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032292380.150.0400.07195.4350.7286.47
HexCBE5EEF407c33356
Octal3133453561740730363126
Binary11001011111001011110111011111000111110000111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5EE; }

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

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

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

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

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

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

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

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