#CAE3EF

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

Shades of Pattens Blue #CAE3EF

Tints of Pattens Blue #CAE3EF

Color information

#CAE3EF (or 0xCAE3EF) is unknown color: approx Pattens Blue. HEX triplet: CA, E3 and EF. RGB value is (202,227,239). Sum of RGB (Red+Green+Blue) = 202+227+239=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE3EF is #351C10. Grayscale: #DCDCDC. Windows color (decimal): -3480593 or 15721418. OLE color: 15721418.

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

Color convert

RGB202227239-
CMYK0.150.0500.06
HSL199.46º53.62%86.47%-
HSV(B)199.46º15.48%93.73%-
XYZ67.4173.7392.34-
YUV220.89138.22114.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 227 (89.06% from 255) = 33.98%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=30.24%
G=33.98%
B=35.78%

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
Decimal2022272390.150.0500.06199.4653.6286.47
HexCAE3EFF506c73656
Octal3123433571750630766126
Binary11001010111000111110111111111010110110001111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3EF; }

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

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

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

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

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

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

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

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