Html Css Color HEX #D9FEFA Light Cyan

📋 copy color: '#D9FEFA'

red 217 ◦ green 254 ◦ blue 250

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

Shades of Light Cyan #D9FEFA

Tints of Light Cyan #D9FEFA

RGB

 RED value IS 217 (85.16% from 255) = 30.1%

 GREEN value IS 254 (99.61% from 255) = 35.23%

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

R = 30.1%
G = 35.23%
B = 34.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#D9FEFA (or 0xD9FEFA) is known color: Light Cyan. HEX triplet: D9, FE and FA. RGB value is (217,254,250). Sum of RGB (Red+Green+Blue) = 217+254+250=721 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.10% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FEFA is #260105. Grayscale: #F2F2F2. Windows color (decimal): -2490630 or 16449241. OLE color: 16449241.

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

Color convert

RGB 217 254 250 -
CMYK 0.15 0 0.02 0.00
HSL 173.51º 0.95% 0.92% -
HSV(B) 173.51º 0.15% 1% -
XYZ 81.31 92.54 104.02 -
YUV 242.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 217 254 250 0.15 0 0.02 0.00 173.51 0.95 0.92
Hex D9 FE FA F 0 2 0 AE 5F 5C
Octal 331 376 372 17 0 2 0 256 137 134
Binary 11011001 11111110 11111010 1111 0 10 0 10101110 1011111 1011100

Color Harmonies of #D9FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FEFA

Black with #D9FEFA

Text Example


Text Example

White with #D9FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FEFA; }

 p { color: rgb(217,254,250); }

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

background-color css

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

 a { background-color: rgb(217,254,250); }

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

border-color css

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

 span { border-color: rgb(217,254,250); }

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