#D0FDFE

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

Shades of Light Cyan #D0FDFE

Tints of Light Cyan #D0FDFE

Color information

#D0FDFE (or 0xD0FDFE) is unknown color: approx Light Cyan. HEX triplet: D0, FD and FE. RGB value is (208,253,254). Sum of RGB (Red+Green+Blue) = 208+253+254=715 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.09% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDFE is #2F0201. Grayscale: #EFEFEF. Windows color (decimal): -3080706 or 16711120. OLE color: 16711120.

HSL color Cylindrical-coordinate representation of color #D0FDFE: hue angle of 181.3º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FDFE is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208253254-
CMYK0.180.0000.00
HSL181.3º95.83%90.59%-
HSV(B)181.3º18.11%99.61%-
XYZ79.0390.82107.13-
YUV239.66136.09105.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.09%
GREEN value IS 253 (99.22% from 255) = 35.38%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=29.09%
G=35.38%
B=35.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082532540.180.0000.00181.395.8390.59
HexD0FDFE12000b5605b
Octal32037537622000265140133
Binary110100001111110111111110100100001011010111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDFE; }

 p { color: rgb(208,253,254); }

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

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

 a { background-color: rgb(208,253,254); }

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

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

 span { border-color: rgb(208,253,254); }

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