#CAEAF5

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

Shades of Pattens Blue #CAEAF5

Tints of Pattens Blue #CAEAF5

Color information

#CAEAF5 (or 0xCAEAF5) is unknown color: approx Pattens Blue. HEX triplet: CA, EA and F5. RGB value is (202,234,245). Sum of RGB (Red+Green+Blue) = 202+234+245=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAF5 is #35150A. Grayscale: #E1E1E1. Windows color (decimal): -3478795 or 16116426. OLE color: 16116426.

HSL color Cylindrical-coordinate representation of color #CAEAF5: hue angle of 195.35º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEAF5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202234245-
CMYK0.180.0400.04
HSL195.35º68.25%87.65%-
HSV(B)195.35º17.55%96.08%-
XYZ70.2677.9997.74-
YUV225.69138.9111.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.66%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 245 (96.09% from 255) = 35.98%
R=29.66%
G=34.36%
B=35.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022342450.180.0400.04195.3568.2587.65
HexCAEAF512404c34458
Octal31235236522404303104130
Binary1100101011101010111101011001010001001100001110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAF5; }

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

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

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

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

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

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

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

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