#CAFDC8

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

Shades of Blue Romance #CAFDC8

Tints of Blue Romance #CAFDC8

Color information

#CAFDC8 (or 0xCAFDC8) is unknown color: approx Blue Romance. HEX triplet: CA, FD and C8. RGB value is (202,253,200). Sum of RGB (Red+Green+Blue) = 202+253+200=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDC8 is #350237. Grayscale: #E7E7E7. Windows color (decimal): -3473976 or 13172170. OLE color: 13172170.

HSL color Cylindrical-coordinate representation of color #CAFDC8: hue angle of 117.74º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFDC8 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB202253200-
CMYK0.2000.210.01
HSL117.74º92.98%88.82%-
HSV(B)117.74º20.95%99.22%-
XYZ69.9186.9867.75-
YUV231.71110.1106.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 200 (78.52% from 255) = 30.53%
R=30.84%
G=38.63%
B=30.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532000.2000.210.01117.7492.9888.82
HexCAFDC8140151765d59
Octal312375310240251166135131
Binary110010101111110111001000101000101011111011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDC8; }

 p { color: rgb(202,253,200); }

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

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

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

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

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

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

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