#CAE9FD

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

Shades of Pattens Blue #CAE9FD

Tints of Pattens Blue #CAE9FD

Color information

#CAE9FD (or 0xCAE9FD) is unknown color: approx Pattens Blue. HEX triplet: CA, E9 and FD. RGB value is (202,233,253). Sum of RGB (Red+Green+Blue) = 202+233+253=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE9FD is #351602. Grayscale: #E1E1E1. Windows color (decimal): -3479043 or 16640458. OLE color: 16640458.

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

Color convert

RGB202233253-
CMYK0.200.0800.01
HSL203.53º92.73%89.22%-
HSV(B)203.53º20.16%99.22%-
XYZ71.2377.93104.22-
YUV226.01143.23110.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.36%
GREEN value IS 233 (91.41% from 255) = 33.87%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=29.36%
G=33.87%
B=36.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022332530.200.0800.01203.5392.7389.22
HexCAE9FD14801cc5d59
Octal312351375241001314135131
Binary110010101110100111111101101001000011100110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9FD; }

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

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

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

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

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

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

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

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