Html Css Color HEX #1DBFF1 Deep Sky Blue

📋 copy color: '#1DBFF1'

red 29 ◦ green 191 ◦ blue 241

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

Shades of Deep Sky Blue #1DBFF1

Tints of Deep Sky Blue #1DBFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.28%

R = 6.29%
G = 41.43%
B = 52.28%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1DBFF1 (or 0x1DBFF1) is known color: Deep Sky Blue. HEX triplet: 1D, BF and F1. RGB value is (29,191,241). Sum of RGB (Red+Green+Blue) = 29+191+241=461 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.29% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DBFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFF1 is #E2400E. Grayscale: #939393. Windows color (decimal): -14827535 or 15843101. OLE color: 15843101.

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

Color convert

RGB 29 191 241 -
CMYK 0.88 0.21 0 0.05
HSL 194.15º 0.88% 0.53% -
HSV(B) 194.15º 0.88% 0.95% -
XYZ 35.01 43.87 89.84 -
YUV 148.26 180.33 42.93 -
System Red Green Blue C M Y K H S L
Decimal 29 191 241 0.88 0.21 0 0.05 194.15 0.88 0.53
Hex 1D BF F1 58 15 0 5 C2 58 35
Octal 35 277 361 130 25 0 5 302 130 65
Binary 11101 10111111 11110001 1011000 10101 0 101 11000010 1011000 110101

Color Harmonies of #1DBFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBFF1

Black with #1DBFF1

Text Example


Text Example

White with #1DBFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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