#CAE3F6

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

Shades of Pattens Blue #CAE3F6

Tints of Pattens Blue #CAE3F6

Color information

#CAE3F6 (or 0xCAE3F6) is unknown color: approx Pattens Blue. HEX triplet: CA, E3 and F6. RGB value is (202,227,246). Sum of RGB (Red+Green+Blue) = 202+227+246=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAE3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE3F6 is #351C09. Grayscale: #DDDDDD. Windows color (decimal): -3480586 or 16180170. OLE color: 16180170.

HSL color Cylindrical-coordinate representation of color #CAE3F6: hue angle of 205.91º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE3F6 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202227246-
CMYK0.180.0800.04
HSL205.91º70.97%87.84%-
HSV(B)205.91º17.89%96.47%-
XYZ68.4674.1597.89-
YUV221.69141.72113.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.93%
GREEN value IS 227 (89.06% from 255) = 33.63%
BLUE value IS 246 (96.48% from 255) = 36.44%
R=29.93%
G=33.63%
B=36.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022272460.180.0800.04205.9170.9787.84
HexCAE3F612804ce4758
Octal312343366221004316107130
Binary11001010111000111111011010010100001001100111010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3F6; }

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

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

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

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

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

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

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

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