Html Css Color HEX #D8FAFF Light Cyan

📋 copy color: '#D8FAFF'

red 216 ◦ green 250 ◦ blue 255

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

Shades of Light Cyan #D8FAFF

Tints of Light Cyan #D8FAFF

RGB

 RED value IS 216 (84.77% from 255) = 29.96%

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

 BLUE value IS 255 (100% from 255) = 35.37%

R = 29.96%
G = 34.67%
B = 35.37%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D8FAFF (or 0xD8FAFF) is known color: Light Cyan. HEX triplet: D8, FA and FF. RGB value is (216,250,255). Sum of RGB (Red+Green+Blue) = 216+250+255=721 (95% of max value = 765). Red value is 216 (84.77% from 255 or 29.96% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FAFF is #270500. Grayscale: #F0F0F0. Windows color (decimal): -2557185 or 16775896. OLE color: 16775896.

HSL color Cylindrical-coordinate representation of color #D8FAFF: hue angle of 187.69º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8FAFF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 216 250 255 -
CMYK 0.15 0.02 0 0
HSL 187.69º 1% 0.92% -
HSV(B) 187.69º 0.15% 1% -
XYZ 80.55 90.19 107.77 -
YUV 240.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 216 250 255 0.15 0.02 0 0 187.69 1 0.92
Hex D8 FA FF F 2 0 0 BC 64 5C
Octal 330 372 377 17 2 0 0 274 144 134
Binary 11011000 11111010 11111111 1111 10 0 0 10111100 1100100 1011100

Color Harmonies of #D8FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8FAFF

Black with #D8FAFF

Text Example


Text Example

White with #D8FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8FAFF; }

 p { color: rgb(216,250,255); }

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

background-color css

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

 a { background-color: rgb(216,250,255); }

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

border-color css

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

 span { border-color: rgb(216,250,255); }

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