Html Css Color HEX #DBFCFA Light Cyan

📋 copy color: '#DBFCFA'

red 219 ◦ green 252 ◦ blue 250

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

Shades of Light Cyan #DBFCFA

Tints of Light Cyan #DBFCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.67%

R = 30.37%
G = 34.95%
B = 34.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#DBFCFA (or 0xDBFCFA) is known color: Light Cyan. HEX triplet: DB, FC and FA. RGB value is (219,252,250). Sum of RGB (Red+Green+Blue) = 219+252+250=721 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.37% from 721); Green value is 252 (98.83% from 255 or 34.95% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCFA is #240305. Grayscale: #F1F1F1. Windows color (decimal): -2360070 or 16448731. OLE color: 16448731.

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

Color convert

RGB 219 252 250 -
CMYK 0.13 0 0.01 0.01
HSL 176.36º 0.85% 0.92% -
HSV(B) 176.36º 0.13% 0.99% -
XYZ 81.28 91.58 103.84 -
YUV 241.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 219 252 250 0.13 0 0.01 0.01 176.36 0.85 0.92
Hex DB FC FA D 0 1 1 B0 55 5C
Octal 333 374 372 15 0 1 1 260 125 134
Binary 11011011 11111100 11111010 1101 0 1 1 10110000 1010101 1011100

Color Harmonies of #DBFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFCFA

Black with #DBFCFA

Text Example


Text Example

White with #DBFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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