Html Css Color HEX #1AD2F9 Deep Sky Blue

📋 copy color: '#1AD2F9'

red 26 ◦ green 210 ◦ blue 249

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

Shades of Deep Sky Blue #1AD2F9

Tints of Deep Sky Blue #1AD2F9

RGB

 RED value IS 26 (10.55% from 255) = 5.36%

 GREEN value IS 210 (82.42% from 255) = 43.3%

 BLUE value IS 249 (97.66% from 255) = 51.34%

R = 5.36%
G = 43.3%
B = 51.34%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1AD2F9 (or 0x1AD2F9) is known color: Deep Sky Blue. HEX triplet: 1A, D2 and F9. RGB value is (26,210,249). Sum of RGB (Red+Green+Blue) = 26+210+249=485 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.36% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #1AD2F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD2F9 is #E52D06. Grayscale: #9F9F9F. Windows color (decimal): -15019271 or 16372250. OLE color: 16372250.

HSL color Cylindrical-coordinate representation of color #1AD2F9: hue angle of 190.49º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AD2F9 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 210 249 -
CMYK 0.90 0.16 0 0.02
HSL 190.49º 0.95% 0.54% -
HSV(B) 190.49º 0.9% 0.98% -
XYZ 40.57 53.15 97.74 -
YUV 159.43 178.54 32.83 -
System Red Green Blue C M Y K H S L
Decimal 26 210 249 0.90 0.16 0 0.02 190.49 0.95 0.54
Hex 1A D2 F9 5A 10 0 2 BE 5F 36
Octal 32 322 371 132 20 0 2 276 137 66
Binary 11010 11010010 11111001 1011010 10000 0 10 10111110 1011111 110110

Color Harmonies of #1AD2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD2F9

Black with #1AD2F9

Text Example


Text Example

White with #1AD2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,210,249); }

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

background-color css

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

 a { background-color: rgb(26,210,249); }

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

border-color css

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

 span { border-color: rgb(26,210,249); }

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