#CAEAFD

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

Shades of Pattens Blue #CAEAFD

Tints of Pattens Blue #CAEAFD

Color information

#CAEAFD (or 0xCAEAFD) is unknown color: approx Pattens Blue. HEX triplet: CA, EA and FD. RGB value is (202,234,253). Sum of RGB (Red+Green+Blue) = 202+234+253=689 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.32% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAFD is #351502. Grayscale: #E2E2E2. Windows color (decimal): -3478787 or 16640714. OLE color: 16640714.

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

Color convert

RGB202234253-
CMYK0.200.0800.01
HSL202.35º92.73%89.22%-
HSV(B)202.35º20.16%99.22%-
XYZ71.5178.49104.31-
YUV226.6142.9110.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.32%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=29.32%
G=33.96%
B=36.72%

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
Decimal2022342530.200.0800.01202.3592.7389.22
HexCAEAFD14801ca5d59
Octal312352375241001312135131
Binary110010101110101011111101101001000011100101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAFD; }

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

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

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

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

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

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

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

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