Html Css Color HEX #DBFAF7 Light Cyan

📋 copy color: '#DBFAF7'

red 219 ◦ green 250 ◦ blue 247

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

Shades of Light Cyan #DBFAF7

Tints of Light Cyan #DBFAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 34.5%

R = 30.59%
G = 34.92%
B = 34.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#DBFAF7 (or 0xDBFAF7) is known color: Light Cyan. HEX triplet: DB, FA and F7. RGB value is (219,250,247). Sum of RGB (Red+Green+Blue) = 219+250+247=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 247 (96.88% from 255 or 34.50% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAF7 is #240508. Grayscale: #F0F0F0. Windows color (decimal): -2360585 or 16251611. OLE color: 16251611.

HSL color Cylindrical-coordinate representation of color #DBFAF7: hue angle of 174.19º 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 #DBFAF7 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 247 -
CMYK 0.12 0 0.01 0.02
HSL 174.19º 0.76% 0.92% -
HSV(B) 174.19º 0.12% 0.98% -
XYZ 80.19 90.15 101.17 -
YUV 240.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 219 250 247 0.12 0 0.01 0.02 174.19 0.76 0.92
Hex DB FA F7 C 0 1 2 AE 4C 5C
Octal 333 372 367 14 0 1 2 256 114 134
Binary 11011011 11111010 11110111 1100 0 1 10 10101110 1001100 1011100

Color Harmonies of #DBFAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAF7

Black with #DBFAF7

Text Example


Text Example

White with #DBFAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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