Html Css Color HEX #D0FAFD Light Cyan

📋 copy color: '#D0FAFD'

red 208 ◦ green 250 ◦ blue 253

#D0FAFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Cyan #D0FAFD

Tints of Light Cyan #D0FAFD

RGB

 RED value IS 208 (81.64% from 255) = 29.25%

 GREEN value IS 250 (98.05% from 255) = 35.16%

 BLUE value IS 253 (99.22% from 255) = 35.58%

R = 29.25%
G = 35.16%
B = 35.58%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0FAFD (or 0xD0FAFD) is known color: Light Cyan. HEX triplet: D0, FA and FD. RGB value is (208,250,253). Sum of RGB (Red+Green+Blue) = 208+250+253=711 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.25% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAFD is #2F0502. Grayscale: #EDEDED. Windows color (decimal): -3081475 or 16644816. OLE color: 16644816.

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

Color convert

RGB 208 250 253 -
CMYK 0.18 0.01 0 0.01
HSL 184º 0.92% 0.9% -
HSV(B) 184º 0.18% 0.99% -
XYZ 77.93 88.87 105.98 -
YUV 237.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 208 250 253 0.18 0.01 0 0.01 184 0.92 0.9
Hex D0 FA FD 12 1 0 1 B8 5C 5A
Octal 320 372 375 22 1 0 1 270 134 132
Binary 11010000 11111010 11111101 10010 1 0 1 10111000 1011100 1011010

Color Harmonies of #D0FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FAFD

Black with #D0FAFD

Text Example


Text Example

White with #D0FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FAFD; }

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

 H1.HeaderClassName
 {
   color: #D0FAFD;
 }
 .AnyTagClassName
 {
   color: #D0FAFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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