#CAF3CA

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

Shades of Blue Romance #CAF3CA

Tints of Blue Romance #CAF3CA

Color information

#CAF3CA (or 0xCAF3CA) is unknown color: approx Blue Romance. HEX triplet: CA, F3 and CA. RGB value is (202,243,202). Sum of RGB (Red+Green+Blue) = 202+243+202=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3CA is #350C35. Grayscale: #E2E2E2. Windows color (decimal): -3476534 or 13300682. OLE color: 13300682.

HSL color Cylindrical-coordinate representation of color #CAF3CA: hue angle of 120º degrees, saturation: 0.63, 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 #CAF3CA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB202243202-
CMYK0.1700.170.05
HSL120º63.08%87.25%-
HSV(B)120º16.87%95.29%-
XYZ67.0780.9267.96-
YUV226.07114.42110.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 243 (95.31% from 255) = 37.56%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=31.22%
G=37.56%
B=31.22%

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
Decimal2022432020.1700.170.0512063.0887.25
HexCAF3CA110115783f57
Octal31236331221021517077127
Binary1100101011110011110010101000101000110111110001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3CA; }

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

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

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

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

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

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

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

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