Html Css Color HEX #1DB0FA Deep Sky Blue

📋 copy color: '#1DB0FA'

red 29 ◦ green 176 ◦ blue 250

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

Shades of Deep Sky Blue #1DB0FA

Tints of Deep Sky Blue #1DB0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.68%

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

R = 6.37%
G = 38.68%
B = 54.95%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1DB0FA (or 0x1DB0FA) is known color: Deep Sky Blue. HEX triplet: 1D, B0 and FA. RGB value is (29,176,250). Sum of RGB (Red+Green+Blue) = 29+176+250=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DB0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB0FA is #E24F05. Grayscale: #8C8C8C. Windows color (decimal): -14831366 or 16429085. OLE color: 16429085.

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

Color convert

RGB 29 176 250 -
CMYK 0.88 0.30 0 0.02
HSL 200.09º 0.96% 0.55% -
HSV(B) 200.09º 0.88% 0.98% -
XYZ 33.29 38.21 96.06 -
YUV 140.48 189.8 48.48 -
System Red Green Blue C M Y K H S L
Decimal 29 176 250 0.88 0.30 0 0.02 200.09 0.96 0.55
Hex 1D B0 FA 58 1E 0 2 C8 60 37
Octal 35 260 372 130 36 0 2 310 140 67
Binary 11101 10110000 11111010 1011000 11110 0 10 11001000 1100000 110111

Color Harmonies of #1DB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB0FA

Black with #1DB0FA

Text Example


Text Example

White with #1DB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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