#CAE2EB

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

Shades of Pattens Blue #CAE2EB

Tints of Pattens Blue #CAE2EB

Color information

#CAE2EB (or 0xCAE2EB) is unknown color: approx Pattens Blue. HEX triplet: CA, E2 and EB. RGB value is (202,226,235). Sum of RGB (Red+Green+Blue) = 202+226+235=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 226 (88.67% from 255 or 34.09% 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 #CAE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2EB is #351D14. Grayscale: #DBDBDB. Windows color (decimal): -3480853 or 15459018. OLE color: 15459018.

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

Color convert

RGB202226235-
CMYK0.140.0400.08
HSL196.36º45.21%85.69%-
HSV(B)196.36º14.04%92.16%-
XYZ66.5572.9589.17-
YUV219.85136.55115.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.47%
GREEN value IS 226 (88.67% from 255) = 34.09%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=30.47%
G=34.09%
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
Decimal2022262350.140.0400.08196.3645.2185.69
HexCAE2EBE408c42d56
Octal31234235316401030455126
Binary110010101110001011101011111010001000110001001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2EB; }

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

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

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

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

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

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

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

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