#CAE4EE

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

Shades of Pattens Blue #CAE4EE

Tints of Pattens Blue #CAE4EE

Color information

#CAE4EE (or 0xCAE4EE) is unknown color: approx Pattens Blue. HEX triplet: CA, E4 and EE. RGB value is (202,228,238). Sum of RGB (Red+Green+Blue) = 202+228+238=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE4EE is #351B11. Grayscale: #DDDDDD. Windows color (decimal): -3480338 or 15656138. OLE color: 15656138.

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

Color convert

RGB202228238-
CMYK0.150.0400.07
HSL196.67º51.43%86.27%-
HSV(B)196.67º15.13%93.33%-
XYZ67.5374.2291.65-
YUV221.37137.39114.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=30.24%
G=34.13%
B=35.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022282380.150.0400.07196.6751.4386.27
HexCAE4EEF407c53356
Octal3123443561740730563126
Binary11001010111001001110111011111000111110001011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4EE; }

 p { color: rgb(202,228,238); }

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

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

 a { background-color: rgb(202,228,238); }

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

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

 span { border-color: rgb(202,228,238); }

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