Html Css Color HEX #1AD2F1 Deep Sky Blue

📋 copy color: '#1AD2F1'

red 26 ◦ green 210 ◦ blue 241

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

Shades of Deep Sky Blue #1AD2F1

Tints of Deep Sky Blue #1AD2F1

RGB

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

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

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

R = 5.45%
G = 44.03%
B = 50.52%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1AD2F1 (or 0x1AD2F1) is known color: Deep Sky Blue. HEX triplet: 1A, D2 and F1. RGB value is (26,210,241). Sum of RGB (Red+Green+Blue) = 26+210+241=477 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.45% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #1AD2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD2F1 is #E52D0E. Grayscale: #9E9E9E. Windows color (decimal): -15019279 or 15847962. OLE color: 15847962.

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

Color convert

RGB 26 210 241 -
CMYK 0.89 0.13 0 0.05
HSL 188.65º 0.88% 0.52% -
HSV(B) 188.65º 0.89% 0.95% -
XYZ 39.35 52.66 91.31 -
YUV 158.52 174.54 33.48 -
System Red Green Blue C M Y K H S L
Decimal 26 210 241 0.89 0.13 0 0.05 188.65 0.88 0.52
Hex 1A D2 F1 59 D 0 5 BD 58 34
Octal 32 322 361 131 15 0 5 275 130 64
Binary 11010 11010010 11110001 1011001 1101 0 101 10111101 1011000 110100

Color Harmonies of #1AD2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD2F1

Black with #1AD2F1

Text Example


Text Example

White with #1AD2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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