Html Css Color HEX #DBFBF9 Light Cyan

📋 copy color: '#DBFBF9'

red 219 ◦ green 251 ◦ blue 249

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

Shades of Light Cyan #DBFBF9

Tints of Light Cyan #DBFBF9

RGB

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

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

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

R = 30.46%
G = 34.91%
B = 34.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#DBFBF9 (or 0xDBFBF9) is known color: Light Cyan. HEX triplet: DB, FB and F9. RGB value is (219,251,249). Sum of RGB (Red+Green+Blue) = 219+251+249=719 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.46% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBF9 is #240406. Grayscale: #F1F1F1. Windows color (decimal): -2360327 or 16382939. OLE color: 16382939.

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

Color convert

RGB 219 251 249 -
CMYK 0.13 0 0.01 0.02
HSL 176.25º 0.8% 0.92% -
HSV(B) 176.25º 0.13% 0.98% -
XYZ 80.81 90.89 102.91 -
YUV 241.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 219 251 249 0.13 0 0.01 0.02 176.25 0.8 0.92
Hex DB FB F9 D 0 1 2 B0 50 5C
Octal 333 373 371 15 0 1 2 260 120 134
Binary 11011011 11111011 11111001 1101 0 1 10 10110000 1010000 1011100

Color Harmonies of #DBFBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBF9

Black with #DBFBF9

Text Example


Text Example

White with #DBFBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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