Html Css Color HEX #DBF6FF Light Cyan

📋 copy color: '#DBF6FF'

red 219 ◦ green 246 ◦ blue 255

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

Shades of Light Cyan #DBF6FF

Tints of Light Cyan #DBF6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.42%

R = 30.42%
G = 34.17%
B = 35.42%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBF6FF (or 0xDBF6FF) is known color: Light Cyan. HEX triplet: DB, F6 and FF. RGB value is (219,246,255). Sum of RGB (Red+Green+Blue) = 219+246+255=720 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.42% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6FF is #240900. Grayscale: #EEEEEE. Windows color (decimal): -2361601 or 16774875. OLE color: 16774875.

HSL color Cylindrical-coordinate representation of color #DBF6FF: hue angle of 195º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF6FF is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 246 255 -
CMYK 0.14 0.04 0 0
HSL 195º 1% 0.93% -
HSV(B) 195º 0.14% 1% -
XYZ 80.22 88.19 107.4 -
YUV 238.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 219 246 255 0.14 0.04 0 0 195 1 0.93
Hex DB F6 FF E 4 0 0 C3 64 5D
Octal 333 366 377 16 4 0 0 303 144 135
Binary 11011011 11110110 11111111 1110 100 0 0 11000011 1100100 1011101

Color Harmonies of #DBF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF6FF

Black with #DBF6FF

Text Example


Text Example

White with #DBF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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