Html Css Color HEX #DBF7FA Light Cyan

📋 copy color: '#DBF7FA'

red 219 ◦ green 247 ◦ blue 250

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

Shades of Light Cyan #DBF7FA

Tints of Light Cyan #DBF7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.5%

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

R = 30.59%
G = 34.5%
B = 34.92%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBF7FA (or 0xDBF7FA) is known color: Light Cyan. HEX triplet: DB, F7 and FA. RGB value is (219,247,250). Sum of RGB (Red+Green+Blue) = 219+247+250=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 247 (96.88% from 255 or 34.50% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF7FA is #240805. Grayscale: #EEEEEE. Windows color (decimal): -2361350 or 16447451. OLE color: 16447451.

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

Color convert

RGB 219 247 250 -
CMYK 0.12 0.01 0 0.02
HSL 185.81º 0.76% 0.92% -
HSV(B) 185.81º 0.12% 0.98% -
XYZ 79.73 88.48 103.32 -
YUV 238.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 219 247 250 0.12 0.01 0 0.02 185.81 0.76 0.92
Hex DB F7 FA C 1 0 2 BA 4C 5C
Octal 333 367 372 14 1 0 2 272 114 134
Binary 11011011 11110111 11111010 1100 1 0 10 10111010 1001100 1011100

Color Harmonies of #DBF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF7FA

Black with #DBF7FA

Text Example


Text Example

White with #DBF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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