Html Css Color HEX #D0FAF6 Light Cyan

📋 copy color: '#D0FAF6'

red 208 ◦ green 250 ◦ blue 246

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

Shades of Light Cyan #D0FAF6

Tints of Light Cyan #D0FAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.94%

R = 29.55%
G = 35.51%
B = 34.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#D0FAF6 (or 0xD0FAF6) is known color: Light Cyan. HEX triplet: D0, FA and F6. RGB value is (208,250,246). Sum of RGB (Red+Green+Blue) = 208+250+246=704 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.55% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAF6 is #2F0509. Grayscale: #ECECEC. Windows color (decimal): -3081482 or 16186064. OLE color: 16186064.

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

Color convert

RGB 208 250 246 -
CMYK 0.17 0 0.02 0.02
HSL 174.29º 0.81% 0.9% -
HSV(B) 174.29º 0.17% 0.98% -
XYZ 76.83 88.43 100.21 -
YUV 236.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 208 250 246 0.17 0 0.02 0.02 174.29 0.81 0.9
Hex D0 FA F6 11 0 2 2 AE 51 5A
Octal 320 372 366 21 0 2 2 256 121 132
Binary 11010000 11111010 11110110 10001 0 10 10 10101110 1010001 1011010

Color Harmonies of #D0FAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FAF6

Black with #D0FAF6

Text Example


Text Example

White with #D0FAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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