#CAE1F9

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

Shades of Pattens Blue #CAE1F9

Tints of Pattens Blue #CAE1F9

Color information

#CAE1F9 (or 0xCAE1F9) is unknown color: approx Pattens Blue. HEX triplet: CA, E1 and F9. RGB value is (202,225,249). Sum of RGB (Red+Green+Blue) = 202+225+249=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAE1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE1F9 is #351E06. Grayscale: #DCDCDC. Windows color (decimal): -3481095 or 16376266. OLE color: 16376266.

HSL color Cylindrical-coordinate representation of color #CAE1F9: hue angle of 210.64º 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 #CAE1F9 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202225249-
CMYK0.190.1000.02
HSL210.64º79.66%88.43%-
HSV(B)210.64º18.88%97.65%-
XYZ68.3873.25100.16-
YUV220.86143.88114.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.88%
GREEN value IS 225 (88.28% from 255) = 33.28%
BLUE value IS 249 (97.66% from 255) = 36.83%
R=29.88%
G=33.28%
B=36.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022252490.190.1000.02210.6479.6688.43
HexCAE1F913A02d35058
Octal312341371231202323120130
Binary1100101011100001111110011001110100101101001110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1F9; }

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

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

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

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

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

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

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

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