#CAF2CA

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

Shades of Blue Romance #CAF2CA

Tints of Blue Romance #CAF2CA

Color information

#CAF2CA (or 0xCAF2CA) is unknown color: approx Blue Romance. HEX triplet: CA, F2 and CA. RGB value is (202,242,202). Sum of RGB (Red+Green+Blue) = 202+242+202=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2CA is #350D35. Grayscale: #E1E1E1. Windows color (decimal): -3476790 or 13300426. OLE color: 13300426.

HSL color Cylindrical-coordinate representation of color #CAF2CA: hue angle of 120º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF2CA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB202242202-
CMYK0.1700.170.05
HSL120º60.61%87.06%-
HSV(B)120º16.53%94.9%-
XYZ66.7780.3367.86-
YUV225.48114.75111.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=31.27%
G=37.46%
B=31.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022422020.1700.170.0512060.6187.06
HexCAF2CA110115783d57
Octal31236231221021517075127
Binary1100101011110010110010101000101000110111110001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2CA; }

 p { color: rgb(202,242,202); }

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

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

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

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

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

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

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