#CAE2EE

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

Shades of Pattens Blue #CAE2EE

Tints of Pattens Blue #CAE2EE

Color information

#CAE2EE (or 0xCAE2EE) is unknown color: approx Pattens Blue. HEX triplet: CA, E2 and EE. RGB value is (202,226,238). Sum of RGB (Red+Green+Blue) = 202+226+238=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2EE is #351D11. Grayscale: #DCDCDC. Windows color (decimal): -3480850 or 15655626. OLE color: 15655626.

HSL color Cylindrical-coordinate representation of color #CAE2EE: hue angle of 200º 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 #CAE2EE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202226238-
CMYK0.150.0500.07
HSL200º51.43%86.27%-
HSV(B)200º15.13%93.33%-
XYZ66.9973.1291.47-
YUV220.19138.05115.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 226 (88.67% from 255) = 33.93%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=30.33%
G=33.93%
B=35.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022262380.150.0500.0720051.4386.27
HexCAE2EEF507c83356
Octal3123423561750731063126
Binary11001010111000101110111011111010111110010001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2EE; }

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

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

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

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

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

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

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

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