Html Css Color HEX #1DBDFA Deep Sky Blue

📋 copy color: '#1DBDFA'

red 29 ◦ green 189 ◦ blue 250

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

Shades of Deep Sky Blue #1DBDFA

Tints of Deep Sky Blue #1DBDFA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.38%

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

R = 6.2%
G = 40.38%
B = 53.42%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1DBDFA (or 0x1DBDFA) is known color: Deep Sky Blue. HEX triplet: 1D, BD and FA. RGB value is (29,189,250). Sum of RGB (Red+Green+Blue) = 29+189+250=468 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.20% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DBDFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBDFA is #E24205. Grayscale: #939393. Windows color (decimal): -14828038 or 16432413. OLE color: 16432413.

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

Color convert

RGB 29 189 250 -
CMYK 0.88 0.24 0 0.02
HSL 196.56º 0.96% 0.55% -
HSV(B) 196.56º 0.88% 0.98% -
XYZ 35.96 43.56 96.95 -
YUV 148.11 185.49 43.04 -
System Red Green Blue C M Y K H S L
Decimal 29 189 250 0.88 0.24 0 0.02 196.56 0.96 0.55
Hex 1D BD FA 58 18 0 2 C5 60 37
Octal 35 275 372 130 30 0 2 305 140 67
Binary 11101 10111101 11111010 1011000 11000 0 10 11000101 1100000 110111

Color Harmonies of #1DBDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBDFA

Black with #1DBDFA

Text Example


Text Example

White with #1DBDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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