Html Css Color HEX #1DB2FF Deep Sky Blue

📋 copy color: '#1DB2FF'

red 29 ◦ green 178 ◦ blue 255

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

Shades of Deep Sky Blue #1DB2FF

Tints of Deep Sky Blue #1DB2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.53%

 BLUE value IS 255 (100% from 255) = 55.19%

R = 6.28%
G = 38.53%
B = 55.19%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1DB2FF (or 0x1DB2FF) is known color: Deep Sky Blue. HEX triplet: 1D, B2 and FF. RGB value is (29,178,255). Sum of RGB (Red+Green+Blue) = 29+178+255=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DB2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB2FF is #E24D00. Grayscale: #8D8D8D. Windows color (decimal): -14830849 or 16757277. OLE color: 16757277.

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

Color convert

RGB 29 178 255 -
CMYK 0.89 0.30 0 0
HSL 200.44º 1% 0.56% -
HSV(B) 200.44º 0.89% 1% -
XYZ 34.48 39.32 100.38 -
YUV 142.23 191.64 47.24 -
System Red Green Blue C M Y K H S L
Decimal 29 178 255 0.89 0.30 0 0 200.44 1 0.56
Hex 1D B2 FF 59 1E 0 0 C8 64 38
Octal 35 262 377 131 36 0 0 310 144 70
Binary 11101 10110010 11111111 1011001 11110 0 0 11001000 1100100 111000

Color Harmonies of #1DB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB2FF

Black with #1DB2FF

Text Example


Text Example

White with #1DB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,178,255); }

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

background-color css

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

 a { background-color: rgb(29,178,255); }

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

border-color css

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

 span { border-color: rgb(29,178,255); }

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