Html Css Color HEX #D0FAF8 Light Cyan

📋 copy color: '#D0FAF8'

red 208 ◦ green 250 ◦ blue 248

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

Shades of Light Cyan #D0FAF8

Tints of Light Cyan #D0FAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.13%

R = 29.46%
G = 35.41%
B = 35.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#D0FAF8 (or 0xD0FAF8) is known color: Light Cyan. HEX triplet: D0, FA and F8. RGB value is (208,250,248). Sum of RGB (Red+Green+Blue) = 208+250+248=706 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.46% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAF8 is #2F0507. Grayscale: #EDEDED. Windows color (decimal): -3081480 or 16317136. OLE color: 16317136.

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

Color convert

RGB 208 250 248 -
CMYK 0.17 0 0.01 0.02
HSL 177.14º 0.81% 0.9% -
HSV(B) 177.14º 0.17% 0.98% -
XYZ 77.14 88.56 101.83 -
YUV 237.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 208 250 248 0.17 0 0.01 0.02 177.14 0.81 0.9
Hex D0 FA F8 11 0 1 2 B1 51 5A
Octal 320 372 370 21 0 1 2 261 121 132
Binary 11010000 11111010 11111000 10001 0 1 10 10110001 1010001 1011010

Color Harmonies of #D0FAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FAF8

Black with #D0FAF8

Text Example


Text Example

White with #D0FAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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