Html Css Color HEX #1DBFFE Deep Sky Blue

📋 copy color: '#1DBFFE'

red 29 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #1DBFFE

Tints of Deep Sky Blue #1DBFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 40.3%

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

R = 6.12%
G = 40.3%
B = 53.59%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1DBFFE (or 0x1DBFFE) is known color: Deep Sky Blue. HEX triplet: 1D, BF and FE. RGB value is (29,191,254). Sum of RGB (Red+Green+Blue) = 29+191+254=474 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.12% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DBFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFFE is #E24001. Grayscale: #959595. Windows color (decimal): -14827522 or 16695069. OLE color: 16695069.

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

Color convert

RGB 29 191 254 -
CMYK 0.89 0.25 0 0.00
HSL 196.8º 0.99% 0.55% -
HSV(B) 196.8º 0.89% 1% -
XYZ 37.03 44.68 100.44 -
YUV 149.74 186.83 41.88 -
System Red Green Blue C M Y K H S L
Decimal 29 191 254 0.89 0.25 0 0.00 196.8 0.99 0.55
Hex 1D BF FE 59 19 0 0 C5 63 37
Octal 35 277 376 131 31 0 0 305 143 67
Binary 11101 10111111 11111110 1011001 11001 0 0 11000101 1100011 110111

Color Harmonies of #1DBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBFFE

Black with #1DBFFE

Text Example


Text Example

White with #1DBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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