Html Css Color HEX #DBFAF5 Light Cyan

📋 copy color: '#DBFAF5'

red 219 ◦ green 250 ◦ blue 245

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

Shades of Light Cyan #DBFAF5

Tints of Light Cyan #DBFAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.31%

R = 30.67%
G = 35.01%
B = 34.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#DBFAF5 (or 0xDBFAF5) is known color: Light Cyan. HEX triplet: DB, FA and F5. RGB value is (219,250,245). Sum of RGB (Red+Green+Blue) = 219+250+245=714 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.67% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAF5 is #24050A. Grayscale: #F0F0F0. Windows color (decimal): -2360587 or 16120539. OLE color: 16120539.

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

Color convert

RGB 219 250 245 -
CMYK 0.12 0 0.02 0.02
HSL 170.32º 0.76% 0.92% -
HSV(B) 170.32º 0.12% 0.98% -
XYZ 79.88 90.02 99.55 -
YUV 240.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 219 250 245 0.12 0 0.02 0.02 170.32 0.76 0.92
Hex DB FA F5 C 0 2 2 AA 4C 5C
Octal 333 372 365 14 0 2 2 252 114 134
Binary 11011011 11111010 11110101 1100 0 10 10 10101010 1001100 1011100

Color Harmonies of #DBFAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAF5

Black with #DBFAF5

Text Example


Text Example

White with #DBFAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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