Html Css Color HEX #DBFAFD Light Cyan

📋 copy color: '#DBFAFD'

red 219 ◦ green 250 ◦ blue 253

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

Shades of Light Cyan #DBFAFD

Tints of Light Cyan #DBFAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.63%

 BLUE value IS 253 (99.22% from 255) = 35.04%

R = 30.33%
G = 34.63%
B = 35.04%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBFAFD (or 0xDBFAFD) is known color: Light Cyan. HEX triplet: DB, FA and FD. RGB value is (219,250,253). Sum of RGB (Red+Green+Blue) = 219+250+253=722 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.33% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAFD is #240502. Grayscale: #F1F1F1. Windows color (decimal): -2360579 or 16644827. OLE color: 16644827.

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

Color convert

RGB 219 250 253 -
CMYK 0.13 0.01 0 0.01
HSL 185.29º 0.89% 0.93% -
HSV(B) 185.29º 0.13% 0.99% -
XYZ 81.13 90.52 106.13 -
YUV 241.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 219 250 253 0.13 0.01 0 0.01 185.29 0.89 0.93
Hex DB FA FD D 1 0 1 B9 59 5D
Octal 333 372 375 15 1 0 1 271 131 135
Binary 11011011 11111010 11111101 1101 1 0 1 10111001 1011001 1011101

Color Harmonies of #DBFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAFD

Black with #DBFAFD

Text Example


Text Example

White with #DBFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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