#CAEAF6

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

Shades of Pattens Blue #CAEAF6

Tints of Pattens Blue #CAEAF6

Color information

#CAEAF6 (or 0xCAEAF6) is unknown color: approx Pattens Blue. HEX triplet: CA, EA and F6. RGB value is (202,234,246). Sum of RGB (Red+Green+Blue) = 202+234+246=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAF6 is #351509. Grayscale: #E1E1E1. Windows color (decimal): -3478794 or 16181962. OLE color: 16181962.

HSL color Cylindrical-coordinate representation of color #CAEAF6: hue angle of 196.36º degrees, saturation: 0.71, 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 #CAEAF6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202234246-
CMYK0.180.0500.04
HSL196.36º70.97%87.84%-
HSV(B)196.36º17.89%96.47%-
XYZ70.4178.0698.54-
YUV225.8139.4111.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.62%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 246 (96.48% from 255) = 36.07%
R=29.62%
G=34.31%
B=36.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022342460.180.0500.04196.3670.9787.84
HexCAEAF612504c44758
Octal31235236622504304107130
Binary1100101011101010111101101001010101001100010010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAF6; }

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

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

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

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

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

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

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

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