#CBE2EB

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

Shades of Pattens Blue #CBE2EB

Tints of Pattens Blue #CBE2EB

Color information

#CBE2EB (or 0xCBE2EB) is unknown color: approx Pattens Blue. HEX triplet: CB, E2 and EB. RGB value is (203,226,235). Sum of RGB (Red+Green+Blue) = 203+226+235=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2EB is #341D14. Grayscale: #DCDCDC. Windows color (decimal): -3415317 or 15459019. OLE color: 15459019.

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

Color convert

RGB203226235-
CMYK0.140.0400.08
HSL196.88º44.44%85.88%-
HSV(B)196.88º13.62%92.16%-
XYZ66.8273.0989.18-
YUV220.15136.38115.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.57%
GREEN value IS 226 (88.67% from 255) = 34.04%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=30.57%
G=34.04%
B=35.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032262350.140.0400.08196.8844.4485.88
HexCBE2EBE408c52c56
Octal31334235316401030554126
Binary110010111110001011101011111010001000110001011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2EB; }

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

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

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

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

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

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

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

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