Html Css Color HEX #DBF6F6 Light Cyan

📋 copy color: '#DBF6F6'

red 219 ◦ green 246 ◦ blue 246

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

Shades of Light Cyan #DBF6F6

Tints of Light Cyan #DBF6F6

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.6%

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

R = 30.8%
G = 34.6%
B = 34.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBF6F6 (or 0xDBF6F6) is known color: Light Cyan. HEX triplet: DB, F6 and F6. RGB value is (219,246,246). Sum of RGB (Red+Green+Blue) = 219+246+246=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 246 (96.48% from 255 or 34.60% from 711); Blue value is 246 (96.48% from 255 or 34.60% from 711); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #DBF6F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6F6 is #240909. Grayscale: #EDEDED. Windows color (decimal): -2361610 or 16185051. OLE color: 16185051.

HSL color Cylindrical-coordinate representation of color #DBF6F6: hue angle of 180º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF6F6 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 246 -
CMYK 0.11 0 0 0.04
HSL 180º 0.6% 0.91% -
HSV(B) 180º 0.11% 0.96% -
XYZ 78.8 87.63 99.95 -
YUV 237.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 219 246 246 0.11 0 0 0.04 180 0.6 0.91
Hex DB F6 F6 B 0 0 4 B4 3C 5B
Octal 333 366 366 13 0 0 4 264 74 133
Binary 11011011 11110110 11110110 1011 0 0 100 10110100 111100 1011011

Color Harmonies of #DBF6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF6F6

Black with #DBF6F6

Text Example


Text Example

White with #DBF6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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