#CAE0EC

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

Shades of Pattens Blue #CAE0EC

Tints of Pattens Blue #CAE0EC

Color information

#CAE0EC (or 0xCAE0EC) is unknown color: approx Pattens Blue. HEX triplet: CA, E0 and EC. RGB value is (202,224,236). Sum of RGB (Red+Green+Blue) = 202+224+236=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE0EC is #351F13. Grayscale: #DADADA. Windows color (decimal): -3481364 or 15524042. OLE color: 15524042.

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

Color convert

RGB202224236-
CMYK0.140.0500.07
HSL201.18º47.22%85.88%-
HSV(B)201.18º14.41%92.55%-
XYZ66.1571.9289.75-
YUV218.79137.71116.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 224 (87.89% from 255) = 33.84%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=30.51%
G=33.84%
B=35.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022242360.140.0500.07201.1847.2285.88
HexCAE0ECE507c92f56
Octal3123403541650731157126
Binary11001010111000001110110011101010111110010011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0EC; }

 p { color: rgb(202,224,236); }

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

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

 a { background-color: rgb(202,224,236); }

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

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

 span { border-color: rgb(202,224,236); }

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