Html Css Color HEX #DBFDF6 Light Cyan

📋 copy color: '#DBFDF6'

red 219 ◦ green 253 ◦ blue 246

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

Shades of Light Cyan #DBFDF6

Tints of Light Cyan #DBFDF6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.24%

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

R = 30.5%
G = 35.24%
B = 34.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#DBFDF6 (or 0xDBFDF6) is known color: Light Cyan. HEX triplet: DB, FD and F6. RGB value is (219,253,246). Sum of RGB (Red+Green+Blue) = 219+253+246=718 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.50% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDF6 is #240209. Grayscale: #F2F2F2. Windows color (decimal): -2359818 or 16186843. OLE color: 16186843.

HSL color Cylindrical-coordinate representation of color #DBFDF6: hue angle of 167.65º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFDF6 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 246 -
CMYK 0.13 0 0.03 0.01
HSL 167.65º 0.89% 0.93% -
HSV(B) 167.65º 0.13% 0.99% -
XYZ 80.97 91.96 100.67 -
YUV 242.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 219 253 246 0.13 0 0.03 0.01 167.65 0.89 0.93
Hex DB FD F6 D 0 3 1 A8 59 5D
Octal 333 375 366 15 0 3 1 250 131 135
Binary 11011011 11111101 11110110 1101 0 11 1 10101000 1011001 1011101

Color Harmonies of #DBFDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFDF6

Black with #DBFDF6

Text Example


Text Example

White with #DBFDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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