Html Css Color HEX #1DB7FE Deep Sky Blue

📋 copy color: '#1DB7FE'

red 29 ◦ green 183 ◦ blue 254

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

Shades of Deep Sky Blue #1DB7FE

Tints of Deep Sky Blue #1DB7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.27%

 BLUE value IS 254 (99.61% from 255) = 54.51%

R = 6.22%
G = 39.27%
B = 54.51%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1DB7FE (or 0x1DB7FE) is known color: Deep Sky Blue. HEX triplet: 1D, B7 and FE. RGB value is (29,183,254). Sum of RGB (Red+Green+Blue) = 29+183+254=466 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.22% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DB7FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB7FE is #E24801. Grayscale: #909090. Windows color (decimal): -14829570 or 16693021. OLE color: 16693021.

HSL color Cylindrical-coordinate representation of color #1DB7FE: hue angle of 198.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DB7FE is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 183 254 -
CMYK 0.89 0.28 0 0.00
HSL 198.93º 0.99% 0.55% -
HSV(B) 198.93º 0.89% 1% -
XYZ 35.33 41.28 99.87 -
YUV 145.05 189.48 45.23 -
System Red Green Blue C M Y K H S L
Decimal 29 183 254 0.89 0.28 0 0.00 198.93 0.99 0.55
Hex 1D B7 FE 59 1C 0 0 C7 63 37
Octal 35 267 376 131 34 0 0 307 143 67
Binary 11101 10110111 11111110 1011001 11100 0 0 11000111 1100011 110111

Color Harmonies of #1DB7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB7FE

Black with #1DB7FE

Text Example


Text Example

White with #1DB7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,183,254); }

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

background-color css

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

 a { background-color: rgb(29,183,254); }

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

border-color css

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

 span { border-color: rgb(29,183,254); }

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