Html Css Color HEX #1DBAF0 Deep Sky Blue

📋 copy color: '#1DBAF0'

red 29 ◦ green 186 ◦ blue 240

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

Shades of Deep Sky Blue #1DBAF0

Tints of Deep Sky Blue #1DBAF0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.88%

 BLUE value IS 240 (94.14% from 255) = 52.75%

R = 6.37%
G = 40.88%
B = 52.75%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1DBAF0 (or 0x1DBAF0) is known color: Deep Sky Blue. HEX triplet: 1D, BA and F0. RGB value is (29,186,240). Sum of RGB (Red+Green+Blue) = 29+186+240=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DBAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBAF0 is #E2450F. Grayscale: #909090. Windows color (decimal): -14828816 or 15776285. OLE color: 15776285.

HSL color Cylindrical-coordinate representation of color #1DBAF0: hue angle of 195.36º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBAF0 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 186 240 -
CMYK 0.88 0.22 0 0.06
HSL 195.36º 0.88% 0.53% -
HSV(B) 195.36º 0.88% 0.94% -
XYZ 33.79 41.67 88.7 -
YUV 145.21 181.49 45.11 -
System Red Green Blue C M Y K H S L
Decimal 29 186 240 0.88 0.22 0 0.06 195.36 0.88 0.53
Hex 1D BA F0 58 16 0 6 C3 58 35
Octal 35 272 360 130 26 0 6 303 130 65
Binary 11101 10111010 11110000 1011000 10110 0 110 11000011 1011000 110101

Color Harmonies of #1DBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBAF0

Black with #1DBAF0

Text Example


Text Example

White with #1DBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,186,240); }

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

background-color css

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

 a { background-color: rgb(29,186,240); }

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

border-color css

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

 span { border-color: rgb(29,186,240); }

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