#D0FBFC

Color #D0FBFC Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #D0FBFC

Tints of Light Cyan #D0FBFC

Color information

#D0FBFC (or 0xD0FBFC) is unknown color: approx Light Cyan. HEX triplet: D0, FB and FC. RGB value is (208,251,252). Sum of RGB (Red+Green+Blue) = 208+251+252=711 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.25% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0FBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FBFC is #2F0403. Grayscale: #EEEEEE. Windows color (decimal): -3081220 or 16579536. OLE color: 16579536.

HSL color Cylindrical-coordinate representation of color #D0FBFC: hue angle of 181.36º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FBFC is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208251252-
CMYK0.170.0000.01
HSL181.36º88%90.2%-
HSV(B)181.36º17.46%98.82%-
XYZ78.0889.43105.24-
YUV238.26135.75106.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.25%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 252 (98.83% from 255) = 35.44%
R=29.25%
G=35.30%
B=35.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082512520.170.0000.01181.368890.2
HexD0FBFC11001b5585a
Octal32037337421001265130132
Binary110100001111101111111100100010011011010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FBFC; }

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

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

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

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

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

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

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

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