Html Css Color HEX #1DB5FA Deep Sky Blue

📋 copy color: '#1DB5FA'

red 29 ◦ green 181 ◦ blue 250

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

Shades of Deep Sky Blue #1DB5FA

Tints of Deep Sky Blue #1DB5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.35%

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

R = 6.3%
G = 39.35%
B = 54.35%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1DB5FA (or 0x1DB5FA) is known color: Deep Sky Blue. HEX triplet: 1D, B5 and FA. RGB value is (29,181,250). Sum of RGB (Red+Green+Blue) = 29+181+250=460 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.30% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DB5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB5FA is #E24A05. Grayscale: #8E8E8E. Windows color (decimal): -14830086 or 16430365. OLE color: 16430365.

HSL color Cylindrical-coordinate representation of color #1DB5FA: hue angle of 198.73º 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 #1DB5FA is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 181 250 -
CMYK 0.88 0.28 0 0.02
HSL 198.73º 0.96% 0.55% -
HSV(B) 198.73º 0.88% 0.98% -
XYZ 34.29 40.21 96.4 -
YUV 143.42 188.14 46.39 -
System Red Green Blue C M Y K H S L
Decimal 29 181 250 0.88 0.28 0 0.02 198.73 0.96 0.55
Hex 1D B5 FA 58 1C 0 2 C7 60 37
Octal 35 265 372 130 34 0 2 307 140 67
Binary 11101 10110101 11111010 1011000 11100 0 10 11000111 1100000 110111

Color Harmonies of #1DB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB5FA

Black with #1DB5FA

Text Example


Text Example

White with #1DB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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