#CAE5EF

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

Shades of Pattens Blue #CAE5EF

Tints of Pattens Blue #CAE5EF

Color information

#CAE5EF (or 0xCAE5EF) is unknown color: approx Pattens Blue. HEX triplet: CA, E5 and EF. RGB value is (202,229,239). Sum of RGB (Red+Green+Blue) = 202+229+239=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5EF is #351A10. Grayscale: #DDDDDD. Windows color (decimal): -3480081 or 15721930. OLE color: 15721930.

HSL color Cylindrical-coordinate representation of color #CAE5EF: hue angle of 196.22º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE5EF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202229239-
CMYK0.150.0400.06
HSL196.22º53.62%86.47%-
HSV(B)196.22º15.48%93.73%-
XYZ67.9674.8392.52-
YUV222.07137.55113.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.15%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=30.15%
G=34.18%
B=35.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022292390.150.0400.06196.2253.6286.47
HexCAE5EFF406c43656
Octal3123453571740630466126
Binary11001010111001011110111111111000110110001001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE5EF; }

 p { color: rgb(202,229,239); }

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

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

 a { background-color: rgb(202,229,239); }

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

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

 span { border-color: rgb(202,229,239); }

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