Html Css Color HEX #D5FBF9 Light Cyan

📋 copy color: '#D5FBF9'

red 213 ◦ green 251 ◦ blue 249

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

Shades of Light Cyan #D5FBF9

Tints of Light Cyan #D5FBF9

RGB

 RED value IS 213 (83.59% from 255) = 29.87%

 GREEN value IS 251 (98.44% from 255) = 35.2%

 BLUE value IS 249 (97.66% from 255) = 34.92%

R = 29.87%
G = 35.2%
B = 34.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#D5FBF9 (or 0xD5FBF9) is known color: Light Cyan. HEX triplet: D5, FB and F9. RGB value is (213,251,249). Sum of RGB (Red+Green+Blue) = 213+251+249=713 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.87% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 249 (97.66% from 255 or 34.92% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FBF9 is #2A0406. Grayscale: #EFEFEF. Windows color (decimal): -2753543 or 16382933. OLE color: 16382933.

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

Color convert

RGB 213 251 249 -
CMYK 0.15 0 0.01 0.02
HSL 176.84º 0.83% 0.91% -
HSV(B) 176.84º 0.15% 0.98% -
XYZ 79.04 89.98 102.82 -
YUV 239.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 213 251 249 0.15 0 0.01 0.02 176.84 0.83 0.91
Hex D5 FB F9 F 0 1 2 B1 53 5B
Octal 325 373 371 17 0 1 2 261 123 133
Binary 11010101 11111011 11111001 1111 0 1 10 10110001 1010011 1011011

Color Harmonies of #D5FBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FBF9

Black with #D5FBF9

Text Example


Text Example

White with #D5FBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FBF9; }

 p { color: rgb(213,251,249); }

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

background-color css

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

 a { background-color: rgb(213,251,249); }

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

border-color css

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

 span { border-color: rgb(213,251,249); }

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