Html Css Color HEX #DBFCF6 Light Cyan

📋 copy color: '#DBFCF6'

red 219 ◦ green 252 ◦ blue 246

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

Shades of Light Cyan #DBFCF6

Tints of Light Cyan #DBFCF6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.15%

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

R = 30.54%
G = 35.15%
B = 34.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#DBFCF6 (or 0xDBFCF6) is known color: Light Cyan. HEX triplet: DB, FC and F6. RGB value is (219,252,246). Sum of RGB (Red+Green+Blue) = 219+252+246=717 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.54% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCF6 is #240309. Grayscale: #F1F1F1. Windows color (decimal): -2360074 or 16186587. OLE color: 16186587.

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

Color convert

RGB 219 252 246 -
CMYK 0.13 0 0.02 0.01
HSL 169.09º 0.85% 0.92% -
HSV(B) 169.09º 0.13% 0.99% -
XYZ 80.66 91.33 100.57 -
YUV 241.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 219 252 246 0.13 0 0.02 0.01 169.09 0.85 0.92
Hex DB FC F6 D 0 2 1 A9 55 5C
Octal 333 374 366 15 0 2 1 251 125 134
Binary 11011011 11111100 11110110 1101 0 10 1 10101001 1010101 1011100

Color Harmonies of #DBFCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFCF6

Black with #DBFCF6

Text Example


Text Example

White with #DBFCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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