#CAF7C9

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

Shades of Blue Romance #CAF7C9

Tints of Blue Romance #CAF7C9

Color information

#CAF7C9 (or 0xCAF7C9) is unknown color: approx Blue Romance. HEX triplet: CA, F7 and C9. RGB value is (202,247,201). Sum of RGB (Red+Green+Blue) = 202+247+201=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7C9 is #350836. Grayscale: #E4E4E4. Windows color (decimal): -3475511 or 13236170. OLE color: 13236170.

HSL color Cylindrical-coordinate representation of color #CAF7C9: hue angle of 118.7º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF7C9 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB202247201-
CMYK0.1800.190.03
HSL118.7º74.19%87.84%-
HSV(B)118.7º18.62%96.86%-
XYZ68.1683.367.74-
YUV228.3112.59109.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 247 (96.88% from 255) = 38%
BLUE value IS 201 (78.91% from 255) = 30.92%
R=31.08%
G=38%
B=30.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022472010.1800.190.03118.774.1987.84
HexCAF7C9120133774a58
Octal312367311220233167112130
Binary1100101011110111110010011001001001111111011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7C9; }

 p { color: rgb(202,247,201); }

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

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

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

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

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

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

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