#CAE2EF

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

Shades of Pattens Blue #CAE2EF

Tints of Pattens Blue #CAE2EF

Color information

#CAE2EF (or 0xCAE2EF) is unknown color: approx Pattens Blue. HEX triplet: CA, E2 and EF. RGB value is (202,226,239). Sum of RGB (Red+Green+Blue) = 202+226+239=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2EF is #351D10. Grayscale: #DCDCDC. Windows color (decimal): -3480849 or 15721162. OLE color: 15721162.

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

Color convert

RGB202226239-
CMYK0.150.0500.06
HSL201.08º53.62%86.47%-
HSV(B)201.08º15.48%93.73%-
XYZ67.1373.1892.25-
YUV220.31138.55114.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 239 (93.75% from 255) = 35.83%
R=30.28%
G=33.88%
B=35.83%

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
Decimal2022262390.150.0500.06201.0853.6286.47
HexCAE2EFF506c93656
Octal3123423571750631166126
Binary11001010111000101110111111111010110110010011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2EF; }

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

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

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

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

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

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

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

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