Html Css Color HEX #DBF9FB Light Cyan

📋 copy color: '#DBF9FB'

red 219 ◦ green 249 ◦ blue 251

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

Shades of Light Cyan #DBF9FB

Tints of Light Cyan #DBF9FB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.63%

 BLUE value IS 251 (98.44% from 255) = 34.91%

R = 30.46%
G = 34.63%
B = 34.91%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBF9FB (or 0xDBF9FB) is known color: Light Cyan. HEX triplet: DB, F9 and FB. RGB value is (219,249,251). Sum of RGB (Red+Green+Blue) = 219+249+251=719 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.46% from 719); Green value is 249 (97.66% from 255 or 34.63% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF9FB is #240604. Grayscale: #F0F0F0. Windows color (decimal): -2360837 or 16513499. OLE color: 16513499.

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

Color convert

RGB 219 249 251 -
CMYK 0.13 0.01 0 0.02
HSL 183.75º 0.8% 0.92% -
HSV(B) 183.75º 0.13% 0.98% -
XYZ 80.5 89.78 104.35 -
YUV 240.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 219 249 251 0.13 0.01 0 0.02 183.75 0.8 0.92
Hex DB F9 FB D 1 0 2 B8 50 5C
Octal 333 371 373 15 1 0 2 270 120 134
Binary 11011011 11111001 11111011 1101 1 0 10 10111000 1010000 1011100

Color Harmonies of #DBF9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9FB

Black with #DBF9FB

Text Example


Text Example

White with #DBF9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9FB; }

 p { color: rgb(219,249,251); }

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

background-color css

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

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

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

border-color css

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

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

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