#CAE9FE

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

Shades of Pattens Blue #CAE9FE

Tints of Pattens Blue #CAE9FE

Color information

#CAE9FE (or 0xCAE9FE) is unknown color: approx Pattens Blue. HEX triplet: CA, E9 and FE. RGB value is (202,233,254). Sum of RGB (Red+Green+Blue) = 202+233+254=689 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.32% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE9FE is #351601. Grayscale: #E2E2E2. Windows color (decimal): -3479042 or 16705994. OLE color: 16705994.

HSL color Cylindrical-coordinate representation of color #CAE9FE: hue angle of 204.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE9FE is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202233254-
CMYK0.200.0800.00
HSL204.23º96.3%89.41%-
HSV(B)204.23º20.47%99.61%-
XYZ71.3977.99105.06-
YUV226.12143.73110.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.32%
GREEN value IS 233 (91.41% from 255) = 33.82%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=29.32%
G=33.82%
B=36.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022332540.200.0800.00204.2396.389.41
HexCAE9FE14800cc6059
Octal312351376241000314140131
Binary110010101110100111111110101001000001100110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9FE; }

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

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

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

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

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

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

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

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