Html Css Color HEX #DBFAF9 Light Cyan

📋 copy color: '#DBFAF9'

red 219 ◦ green 250 ◦ blue 249

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

Shades of Light Cyan #DBFAF9

Tints of Light Cyan #DBFAF9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.82%

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

R = 30.5%
G = 34.82%
B = 34.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#DBFAF9 (or 0xDBFAF9) is known color: Light Cyan. HEX triplet: DB, FA and F9. RGB value is (219,250,249). Sum of RGB (Red+Green+Blue) = 219+250+249=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAF9 is #240506. Grayscale: #F0F0F0. Windows color (decimal): -2360583 or 16382683. OLE color: 16382683.

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

Color convert

RGB 219 250 249 -
CMYK 0.12 0 0.00 0.02
HSL 178.06º 0.76% 0.92% -
HSV(B) 178.06º 0.12% 0.98% -
XYZ 80.5 90.27 102.8 -
YUV 240.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 219 250 249 0.12 0 0.00 0.02 178.06 0.76 0.92
Hex DB FA F9 C 0 0 2 B2 4C 5C
Octal 333 372 371 14 0 0 2 262 114 134
Binary 11011011 11111010 11111001 1100 0 0 10 10110010 1001100 1011100

Color Harmonies of #DBFAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAF9

Black with #DBFAF9

Text Example


Text Example

White with #DBFAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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