Html Css Color HEX #1DBEEF Deep Sky Blue

📋 copy color: '#1DBEEF'

red 29 ◦ green 190 ◦ blue 239

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

Shades of Deep Sky Blue #1DBEEF

Tints of Deep Sky Blue #1DBEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.48%

 BLUE value IS 239 (93.75% from 255) = 52.18%

R = 6.33%
G = 41.48%
B = 52.18%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1DBEEF (or 0x1DBEEF) is known color: Deep Sky Blue. HEX triplet: 1D, BE and EF. RGB value is (29,190,239). Sum of RGB (Red+Green+Blue) = 29+190+239=458 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.33% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DBEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBEEF is #E24110. Grayscale: #939393. Windows color (decimal): -14827793 or 15711773. OLE color: 15711773.

HSL color Cylindrical-coordinate representation of color #1DBEEF: hue angle of 194º degrees, saturation: 0.87, 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 #1DBEEF is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 190 239 -
CMYK 0.88 0.21 0 0.06
HSL 194º 0.87% 0.53% -
HSV(B) 194º 0.88% 0.94% -
XYZ 34.5 43.32 88.2 -
YUV 147.45 179.66 43.52 -
System Red Green Blue C M Y K H S L
Decimal 29 190 239 0.88 0.21 0 0.06 194 0.87 0.53
Hex 1D BE EF 58 15 0 6 C2 57 35
Octal 35 276 357 130 25 0 6 302 127 65
Binary 11101 10111110 11101111 1011000 10101 0 110 11000010 1010111 110101

Color Harmonies of #1DBEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBEEF

Black with #1DBEEF

Text Example


Text Example

White with #1DBEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,190,239); }

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

background-color css

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

 a { background-color: rgb(29,190,239); }

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

border-color css

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

 span { border-color: rgb(29,190,239); }

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