#CAF6C9

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

Shades of Blue Romance #CAF6C9

Tints of Blue Romance #CAF6C9

Color information

#CAF6C9 (or 0xCAF6C9) is unknown color: approx Blue Romance. HEX triplet: CA, F6 and C9. RGB value is (202,246,201). Sum of RGB (Red+Green+Blue) = 202+246+201=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 201 (78.91% from 255 or 30.97% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF6C9 is #350936. Grayscale: #E3E3E3. Windows color (decimal): -3475767 or 13235914. OLE color: 13235914.

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

Color convert

RGB202246201-
CMYK0.1800.180.04
HSL118.67º71.43%87.65%-
HSV(B)118.67º18.29%96.47%-
XYZ67.8682.6967.64-
YUV227.71112.92109.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 246 (96.48% from 255) = 37.90%
BLUE value IS 201 (78.91% from 255) = 30.97%
R=31.12%
G=37.90%
B=30.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022462010.1800.180.04118.6771.4387.65
HexCAF6C9120124774758
Octal312366311220224167107130
Binary11001010111101101100100110010010010100111011110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF6C9; }

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

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

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

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

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

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

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

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