#CBE1EB

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

Shades of Pattens Blue #CBE1EB

Tints of Pattens Blue #CBE1EB

Color information

#CBE1EB (or 0xCBE1EB) is unknown color: approx Pattens Blue. HEX triplet: CB, E1 and EB. RGB value is (203,225,235). Sum of RGB (Red+Green+Blue) = 203+225+235=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1EB is #341E14. Grayscale: #DBDBDB. Windows color (decimal): -3415573 or 15458763. OLE color: 15458763.

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

Color convert

RGB203225235-
CMYK0.140.0400.08
HSL198.75º44.44%85.88%-
HSV(B)198.75º13.62%92.16%-
XYZ66.5572.5589.09-
YUV219.56136.71116.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.62%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=30.62%
G=33.94%
B=35.44%

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
Decimal2032252350.140.0400.08198.7544.4485.88
HexCBE1EBE408c72c56
Octal31334135316401030754126
Binary110010111110000111101011111010001000110001111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1EB; }

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

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

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

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

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

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

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

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