Html Css Color HEX #1DB9FA Deep Sky Blue

📋 copy color: '#1DB9FA'

red 29 ◦ green 185 ◦ blue 250

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

Shades of Deep Sky Blue #1DB9FA

Tints of Deep Sky Blue #1DB9FA

RGB

 RED value IS 29 (11.72% from 255) = 6.25%

 GREEN value IS 185 (72.66% from 255) = 39.87%

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

R = 6.25%
G = 39.87%
B = 53.88%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1DB9FA (or 0x1DB9FA) is known color: Deep Sky Blue. HEX triplet: 1D, B9 and FA. RGB value is (29,185,250). Sum of RGB (Red+Green+Blue) = 29+185+250=464 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.25% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DB9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB9FA is #E24605. Grayscale: #919191. Windows color (decimal): -14829062 or 16431389. OLE color: 16431389.

HSL color Cylindrical-coordinate representation of color #1DB9FA: hue angle of 197.65º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB9FA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 185 250 -
CMYK 0.88 0.26 0 0.02
HSL 197.65º 0.96% 0.55% -
HSV(B) 197.65º 0.88% 0.98% -
XYZ 35.11 41.86 96.67 -
YUV 145.77 186.82 44.71 -
System Red Green Blue C M Y K H S L
Decimal 29 185 250 0.88 0.26 0 0.02 197.65 0.96 0.55
Hex 1D B9 FA 58 1A 0 2 C6 60 37
Octal 35 271 372 130 32 0 2 306 140 67
Binary 11101 10111001 11111010 1011000 11010 0 10 11000110 1100000 110111

Color Harmonies of #1DB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB9FA

Black with #1DB9FA

Text Example


Text Example

White with #1DB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DB9FA; }

 p { color: rgb(29,185,250); }

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

background-color css

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

 a { background-color: rgb(29,185,250); }

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

border-color css

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

 span { border-color: rgb(29,185,250); }

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