#CBE2EC

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

Shades of Pattens Blue #CBE2EC

Tints of Pattens Blue #CBE2EC

Color information

#CBE2EC (or 0xCBE2EC) is unknown color: approx Pattens Blue. HEX triplet: CB, E2 and EC. RGB value is (203,226,236). Sum of RGB (Red+Green+Blue) = 203+226+236=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2EC is #341D13. Grayscale: #DCDCDC. Windows color (decimal): -3415316 or 15524555. OLE color: 15524555.

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

Color convert

RGB203226236-
CMYK0.140.0400.07
HSL198.18º46.48%86.08%-
HSV(B)198.18º13.98%92.55%-
XYZ66.9773.1589.95-
YUV220.26136.88115.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.53%
GREEN value IS 226 (88.67% from 255) = 33.98%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=30.53%
G=33.98%
B=35.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032262360.140.0400.07198.1846.4886.08
HexCBE2ECE407c62e56
Octal3133423541640730656126
Binary11001011111000101110110011101000111110001101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2EC; }

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

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

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

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

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

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

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

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