Html Css Color HEX #1DBDFB Deep Sky Blue

📋 copy color: '#1DBDFB'

red 29 ◦ green 189 ◦ blue 251

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

Shades of Deep Sky Blue #1DBDFB

Tints of Deep Sky Blue #1DBDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 6.18%
G = 40.3%
B = 53.52%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1DBDFB (or 0x1DBDFB) is known color: Deep Sky Blue. HEX triplet: 1D, BD and FB. RGB value is (29,189,251). Sum of RGB (Red+Green+Blue) = 29+189+251=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #1DBDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBDFB is #E24204. Grayscale: #939393. Windows color (decimal): -14828037 or 16497949. OLE color: 16497949.

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

Color convert

RGB 29 189 251 -
CMYK 0.88 0.25 0 0.02
HSL 196.76º 0.97% 0.55% -
HSV(B) 196.76º 0.88% 0.98% -
XYZ 36.12 43.62 97.78 -
YUV 148.23 185.99 42.96 -
System Red Green Blue C M Y K H S L
Decimal 29 189 251 0.88 0.25 0 0.02 196.76 0.97 0.55
Hex 1D BD FB 58 19 0 2 C5 61 37
Octal 35 275 373 130 31 0 2 305 141 67
Binary 11101 10111101 11111011 1011000 11001 0 10 11000101 1100001 110111

Color Harmonies of #1DBDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBDFB

Black with #1DBDFB

Text Example


Text Example

White with #1DBDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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