#CAE8FD

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

Shades of Pattens Blue #CAE8FD

Tints of Pattens Blue #CAE8FD

Color information

#CAE8FD (or 0xCAE8FD) is unknown color: approx Pattens Blue. HEX triplet: CA, E8 and FD. RGB value is (202,232,253). Sum of RGB (Red+Green+Blue) = 202+232+253=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE8FD is #351702. Grayscale: #E1E1E1. Windows color (decimal): -3479299 or 16640202. OLE color: 16640202.

HSL color Cylindrical-coordinate representation of color #CAE8FD: hue angle of 204.71º 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 #CAE8FD is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202232253-
CMYK0.200.0800.01
HSL204.71º92.73%89.22%-
HSV(B)204.71º20.16%99.22%-
XYZ70.9477.36104.12-
YUV225.42143.56111.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.40%
GREEN value IS 232 (91.02% from 255) = 33.77%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=29.40%
G=33.77%
B=36.83%

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
Decimal2022322530.200.0800.01204.7192.7389.22
HexCAE8FD14801cd5d59
Octal312350375241001315135131
Binary110010101110100011111101101001000011100110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8FD; }

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

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

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

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

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

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

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

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