#CAE9F9

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

Shades of Pattens Blue #CAE9F9

Tints of Pattens Blue #CAE9F9

Color information

#CAE9F9 (or 0xCAE9F9) is unknown color: approx Pattens Blue. HEX triplet: CA, E9 and F9. RGB value is (202,233,249). Sum of RGB (Red+Green+Blue) = 202+233+249=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAE9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE9F9 is #351606. Grayscale: #E1E1E1. Windows color (decimal): -3479047 or 16378314. OLE color: 16378314.

HSL color Cylindrical-coordinate representation of color #CAE9F9: hue angle of 200.43º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAE9F9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202233249-
CMYK0.190.0600.02
HSL200.43º79.66%88.43%-
HSV(B)200.43º18.88%97.65%-
XYZ70.5977.67100.89-
YUV225.55141.23111.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.53%
GREEN value IS 233 (91.41% from 255) = 34.06%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=29.53%
G=34.06%
B=36.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022332490.190.0600.02200.4379.6688.43
HexCAE9F913602c85058
Octal31235137123602310120130
Binary110010101110100111111001100111100101100100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9F9; }

 p { color: rgb(202,233,249); }

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

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

 a { background-color: rgb(202,233,249); }

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

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

 span { border-color: rgb(202,233,249); }

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