Html Css Color HEX #DBFDF9 Light Cyan

📋 copy color: '#DBFDF9'

red 219 ◦ green 253 ◦ blue 249

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

Shades of Light Cyan #DBFDF9

Tints of Light Cyan #DBFDF9

RGB

 RED value IS 219 (85.94% from 255) = 30.37%

 GREEN value IS 253 (99.22% from 255) = 35.09%

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

R = 30.37%
G = 35.09%
B = 34.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#DBFDF9 (or 0xDBFDF9) is known color: Light Cyan. HEX triplet: DB, FD and F9. RGB value is (219,253,249). Sum of RGB (Red+Green+Blue) = 219+253+249=721 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.37% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDF9 is #240206. Grayscale: #F2F2F2. Windows color (decimal): -2359815 or 16383451. OLE color: 16383451.

HSL color Cylindrical-coordinate representation of color #DBFDF9: hue angle of 172.94º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFDF9 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 249 -
CMYK 0.13 0 0.02 0.01
HSL 172.94º 0.89% 0.93% -
HSV(B) 172.94º 0.13% 0.99% -
XYZ 81.44 92.15 103.12 -
YUV 242.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 219 253 249 0.13 0 0.02 0.01 172.94 0.89 0.93
Hex DB FD F9 D 0 2 1 AD 59 5D
Octal 333 375 371 15 0 2 1 255 131 135
Binary 11011011 11111101 11111001 1101 0 10 1 10101101 1011001 1011101

Color Harmonies of #DBFDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFDF9

Black with #DBFDF9

Text Example


Text Example

White with #DBFDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFDF9; }

 p { color: rgb(219,253,249); }

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

background-color css

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

 a { background-color: rgb(219,253,249); }

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

border-color css

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

 span { border-color: rgb(219,253,249); }

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