#CBE2EE

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

Shades of Pattens Blue #CBE2EE

Tints of Pattens Blue #CBE2EE

Color information

#CBE2EE (or 0xCBE2EE) is unknown color: approx Pattens Blue. HEX triplet: CB, E2 and EE. RGB value is (203,226,238). Sum of RGB (Red+Green+Blue) = 203+226+238=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2EE is #341D11. Grayscale: #DCDCDC. Windows color (decimal): -3415314 or 15655627. OLE color: 15655627.

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

Color convert

RGB203226238-
CMYK0.150.0500.07
HSL200.57º50.72%86.47%-
HSV(B)200.57º14.71%93.33%-
XYZ67.2673.2691.49-
YUV220.49137.88115.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.43%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=30.43%
G=33.88%
B=35.68%

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
Decimal2032262380.150.0500.07200.5750.7286.47
HexCBE2EEF507c93356
Octal3133423561750731163126
Binary11001011111000101110111011111010111110010011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2EE; }

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

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

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

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

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

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

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

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