Html Css Color HEX #DBFCF9 Light Cyan

📋 copy color: '#DBFCF9'

red 219 ◦ green 252 ◦ blue 249

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

Shades of Light Cyan #DBFCF9

Tints of Light Cyan #DBFCF9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35%

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

R = 30.42%
G = 35%
B = 34.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#DBFCF9 (or 0xDBFCF9) is known color: Light Cyan. HEX triplet: DB, FC and F9. RGB value is (219,252,249). Sum of RGB (Red+Green+Blue) = 219+252+249=720 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.42% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCF9 is #240306. Grayscale: #F1F1F1. Windows color (decimal): -2360071 or 16383195. OLE color: 16383195.

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

Color convert

RGB 219 252 249 -
CMYK 0.13 0 0.01 0.01
HSL 174.55º 0.85% 0.92% -
HSV(B) 174.55º 0.13% 0.99% -
XYZ 81.12 91.52 103.01 -
YUV 241.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 219 252 249 0.13 0 0.01 0.01 174.55 0.85 0.92
Hex DB FC F9 D 0 1 1 AF 55 5C
Octal 333 374 371 15 0 1 1 257 125 134
Binary 11011011 11111100 11111001 1101 0 1 1 10101111 1010101 1011100

Color Harmonies of #DBFCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFCF9

Black with #DBFCF9

Text Example


Text Example

White with #DBFCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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