Html Css Color HEX #1DBBFE Deep Sky Blue

📋 copy color: '#1DBBFE'

red 29 ◦ green 187 ◦ blue 254

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

Shades of Deep Sky Blue #1DBBFE

Tints of Deep Sky Blue #1DBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.79%

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

R = 6.17%
G = 39.79%
B = 54.04%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1DBBFE (or 0x1DBBFE) is known color: Deep Sky Blue. HEX triplet: 1D, BB and FE. RGB value is (29,187,254). Sum of RGB (Red+Green+Blue) = 29+187+254=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DBBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBBFE is #E24401. Grayscale: #929292. Windows color (decimal): -14828546 or 16694045. OLE color: 16694045.

HSL color Cylindrical-coordinate representation of color #1DBBFE: hue angle of 197.87º 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 #1DBBFE is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 187 254 -
CMYK 0.89 0.26 0 0.00
HSL 197.87º 0.99% 0.55% -
HSV(B) 197.87º 0.89% 1% -
XYZ 36.17 42.96 100.15 -
YUV 147.4 188.15 43.55 -
System Red Green Blue C M Y K H S L
Decimal 29 187 254 0.89 0.26 0 0.00 197.87 0.99 0.55
Hex 1D BB FE 59 1A 0 0 C6 63 37
Octal 35 273 376 131 32 0 0 306 143 67
Binary 11101 10111011 11111110 1011001 11010 0 0 11000110 1100011 110111

Color Harmonies of #1DBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBBFE

Black with #1DBBFE

Text Example


Text Example

White with #1DBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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