#CAE9FF

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

Shades of Pattens Blue #CAE9FF

Tints of Pattens Blue #CAE9FF

Color information

#CAE9FF (or 0xCAE9FF) is unknown color: approx Pattens Blue. HEX triplet: CA, E9 and FF. RGB value is (202,233,255). Sum of RGB (Red+Green+Blue) = 202+233+255=690 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.28% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE9FF is #351600. Grayscale: #E2E2E2. Windows color (decimal): -3479041 or 16771530. OLE color: 16771530.

HSL color Cylindrical-coordinate representation of color #CAE9FF: hue angle of 204.91º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAE9FF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202233255-
CMYK0.210.0900
HSL204.91º100%89.61%-
HSV(B)204.91º20.78%100%-
XYZ71.5578.05105.9-
YUV226.24144.23110.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.28%
GREEN value IS 233 (91.41% from 255) = 33.77%
BLUE value IS 255 (100% from 255) = 36.96%
R=29.28%
G=33.77%
B=36.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022332550.210.0900204.9110089.61
HexCAE9FF15900cd645a
Octal312351377251100315144132
Binary110010101110100111111111101011001001100110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9FF; }

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

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

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

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

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

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

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

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