Html Css Color HEX #1DBFF2 Deep Sky Blue

📋 copy color: '#1DBFF2'

red 29 ◦ green 191 ◦ blue 242

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

Shades of Deep Sky Blue #1DBFF2

Tints of Deep Sky Blue #1DBFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.38%

R = 6.28%
G = 41.34%
B = 52.38%

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

#1DBFF2 (or 0x1DBFF2) is known color: Deep Sky Blue. HEX triplet: 1D, BF and F2. RGB value is (29,191,242). Sum of RGB (Red+Green+Blue) = 29+191+242=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #1DBFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFF2 is #E2400D. Grayscale: #949494. Windows color (decimal): -14827534 or 15908637. OLE color: 15908637.

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

Color convert

RGB 29 191 242 -
CMYK 0.88 0.21 0 0.05
HSL 194.37º 0.89% 0.53% -
HSV(B) 194.37º 0.88% 0.95% -
XYZ 35.16 43.93 90.63 -
YUV 148.38 180.83 42.85 -
System Red Green Blue C M Y K H S L
Decimal 29 191 242 0.88 0.21 0 0.05 194.37 0.89 0.53
Hex 1D BF F2 58 15 0 5 C2 59 35
Octal 35 277 362 130 25 0 5 302 131 65
Binary 11101 10111111 11110010 1011000 10101 0 101 11000010 1011001 110101

Color Harmonies of #1DBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBFF2

Black with #1DBFF2

Text Example


Text Example

White with #1DBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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