#D0FAFC

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

Shades of Light Cyan #D0FAFC

Tints of Light Cyan #D0FAFC

Color information

#D0FAFC (or 0xD0FAFC) is unknown color: approx Light Cyan. HEX triplet: D0, FA and FC. RGB value is (208,250,252). Sum of RGB (Red+Green+Blue) = 208+250+252=710 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.30% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAFC is #2F0503. Grayscale: #EDEDED. Windows color (decimal): -3081476 or 16579280. OLE color: 16579280.

HSL color Cylindrical-coordinate representation of color #D0FAFC: hue angle of 182.73º 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 #D0FAFC is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208250252-
CMYK0.170.0100.01
HSL182.73º88%90.2%-
HSV(B)182.73º17.46%98.82%-
XYZ77.7788.81105.14-
YUV237.67136.09106.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.30%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 252 (98.83% from 255) = 35.49%
R=29.30%
G=35.21%
B=35.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082502520.170.0100.01182.738890.2
HexD0FAFC11101b7585a
Octal32037237421101267130132
Binary110100001111101011111100100011011011011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAFC; }

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

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

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

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

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

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

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

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