#D0FCFD

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

Shades of Light Cyan #D0FCFD

Tints of Light Cyan #D0FCFD

Color information

#D0FCFD (or 0xD0FCFD) is unknown color: approx Light Cyan. HEX triplet: D0, FC and FD. RGB value is (208,252,253). Sum of RGB (Red+Green+Blue) = 208+252+253=713 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.17% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0FCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FCFD is #2F0302. Grayscale: #EEEEEE. Windows color (decimal): -3080963 or 16645328. OLE color: 16645328.

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

Color convert

RGB208252253-
CMYK0.180.0000.01
HSL181.33º91.84%90.39%-
HSV(B)181.33º17.79%99.22%-
XYZ78.5590.12106.18-
YUV238.96135.92105.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.17%
GREEN value IS 252 (98.83% from 255) = 35.34%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=29.17%
G=35.34%
B=35.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082522530.180.0000.01181.3391.8490.39
HexD0FCFD12001b55c5a
Octal32037437522001265134132
Binary110100001111110011111101100100011011010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCFD; }

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

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

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

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

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

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

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

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