#CAFCC9

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

Shades of Blue Romance #CAFCC9

Tints of Blue Romance #CAFCC9

Color information

#CAFCC9 (or 0xCAFCC9) is unknown color: approx Blue Romance. HEX triplet: CA, FC and C9. RGB value is (202,252,201). Sum of RGB (Red+Green+Blue) = 202+252+201=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCC9 is #350336. Grayscale: #E7E7E7. Windows color (decimal): -3474231 or 13237450. OLE color: 13237450.

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

Color convert

RGB202252201-
CMYK0.2000.200.01
HSL118.82º89.47%88.82%-
HSV(B)118.82º20.24%98.82%-
XYZ69.7186.3968.26-
YUV231.24110.94107.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 201 (78.91% from 255) = 30.69%
R=30.84%
G=38.47%
B=30.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022522010.2000.200.01118.8289.4788.82
HexCAFCC9140141775959
Octal312374311240241167131131
Binary110010101111110011001001101000101001111011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCC9; }

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

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

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

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

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

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

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

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