Html Css Color HEX #DBFAF6 Light Cyan

📋 copy color: '#DBFAF6'

red 219 ◦ green 250 ◦ blue 246

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

Shades of Light Cyan #DBFAF6

Tints of Light Cyan #DBFAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.41%

R = 30.63%
G = 34.97%
B = 34.41%

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

#DBFAF6 (or 0xDBFAF6) is known color: Light Cyan. HEX triplet: DB, FA and F6. RGB value is (219,250,246). Sum of RGB (Red+Green+Blue) = 219+250+246=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 246 (96.48% from 255 or 34.41% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAF6 is #240509. Grayscale: #F0F0F0. Windows color (decimal): -2360586 or 16186075. OLE color: 16186075.

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

Color convert

RGB 219 250 246 -
CMYK 0.12 0 0.02 0.02
HSL 172.26º 0.76% 0.92% -
HSV(B) 172.26º 0.12% 0.98% -
XYZ 80.03 90.09 100.36 -
YUV 240.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 219 250 246 0.12 0 0.02 0.02 172.26 0.76 0.92
Hex DB FA F6 C 0 2 2 AC 4C 5C
Octal 333 372 366 14 0 2 2 254 114 134
Binary 11011011 11111010 11110110 1100 0 10 10 10101100 1001100 1011100

Color Harmonies of #DBFAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAF6

Black with #DBFAF6

Text Example


Text Example

White with #DBFAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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