#CAE4EF

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

Shades of Pattens Blue #CAE4EF

Tints of Pattens Blue #CAE4EF

Color information

#CAE4EF (or 0xCAE4EF) is unknown color: approx Pattens Blue. HEX triplet: CA, E4 and EF. RGB value is (202,228,239). Sum of RGB (Red+Green+Blue) = 202+228+239=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAE4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE4EF is #351B10. Grayscale: #DDDDDD. Windows color (decimal): -3480337 or 15721674. OLE color: 15721674.

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

Color convert

RGB202228239-
CMYK0.150.0500.06
HSL197.84º53.62%86.47%-
HSV(B)197.84º15.48%93.73%-
XYZ67.6874.2892.43-
YUV221.48137.89114.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 228 (89.45% from 255) = 34.08%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=30.19%
G=34.08%
B=35.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022282390.150.0500.06197.8453.6286.47
HexCAE4EFF506c63656
Octal3123443571750630666126
Binary11001010111001001110111111111010110110001101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4EF; }

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

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

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

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

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

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

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

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