#D0FBCA

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

Shades of Blue Romance #D0FBCA

Tints of Blue Romance #D0FBCA

Color information

#D0FBCA (or 0xD0FBCA) is unknown color: approx Blue Romance. HEX triplet: D0, FB and CA. RGB value is (208,251,202). Sum of RGB (Red+Green+Blue) = 208+251+202=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FBCA is #2F0435. Grayscale: #E8E8E8. Windows color (decimal): -3081270 or 13302736. OLE color: 13302736.

HSL color Cylindrical-coordinate representation of color #D0FBCA: hue angle of 112.65º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0FBCA is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB208251202-
CMYK0.1700.200.02
HSL112.65º85.96%88.82%-
HSV(B)112.65º19.52%98.43%-
XYZ71.1786.6768.85-
YUV232.56110.75110.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 251 (98.44% from 255) = 37.97%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=31.47%
G=37.97%
B=30.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082512020.1700.200.02112.6585.9688.82
HexD0FBCA110142715659
Octal320373312210242161126131
Binary1101000011111011110010101000101010010111000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FBCA; }

 p { color: rgb(208,251,202); }

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

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

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

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

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

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

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