#CAEAFC

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

Shades of Pattens Blue #CAEAFC

Tints of Pattens Blue #CAEAFC

Color information

#CAEAFC (or 0xCAEAFC) is unknown color: approx Pattens Blue. HEX triplet: CA, EA and FC. RGB value is (202,234,252). Sum of RGB (Red+Green+Blue) = 202+234+252=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAFC is #351503. Grayscale: #E2E2E2. Windows color (decimal): -3478788 or 16575178. OLE color: 16575178.

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

Color convert

RGB202234252-
CMYK0.200.0700.01
HSL201.6º89.29%89.02%-
HSV(B)201.6º19.84%98.82%-
XYZ71.3578.43103.47-
YUV226.48142.4110.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.36%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=29.36%
G=34.01%
B=36.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022342520.200.0700.01201.689.2989.02
HexCAEAFC14701ca5959
Octal31235237424701312131131
Binary11001010111010101111110010100111011100101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAFC; }

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

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

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

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

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

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

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

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