Html Css Color HEX #1ADBFE Deep Sky Blue

📋 copy color: '#1ADBFE'

red 26 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #1ADBFE

Tints of Deep Sky Blue #1ADBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.89%

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 5.21%
G = 43.89%
B = 50.9%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1ADBFE (or 0x1ADBFE) is known color: Deep Sky Blue. HEX triplet: 1A, DB and FE. RGB value is (26,219,254). Sum of RGB (Red+Green+Blue) = 26+219+254=499 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.21% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ADBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADBFE is #E52401. Grayscale: #A4A4A4. Windows color (decimal): -15016962 or 16702234. OLE color: 16702234.

HSL color Cylindrical-coordinate representation of color #1ADBFE: hue angle of 189.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADBFE is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 26 219 254 -
CMYK 0.90 0.14 0 0.00
HSL 189.21º 0.99% 0.55% -
HSV(B) 189.21º 0.9% 1% -
XYZ 43.65 58.04 102.67 -
YUV 165.28 178.06 28.65 -
System Red Green Blue C M Y K H S L
Decimal 26 219 254 0.90 0.14 0 0.00 189.21 0.99 0.55
Hex 1A DB FE 5A E 0 0 BD 63 37
Octal 32 333 376 132 16 0 0 275 143 67
Binary 11010 11011011 11111110 1011010 1110 0 0 10111101 1100011 110111

Color Harmonies of #1ADBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADBFE

Black with #1ADBFE

Text Example


Text Example

White with #1ADBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,219,254); }

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

background-color css

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

 a { background-color: rgb(26,219,254); }

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

border-color css

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

 span { border-color: rgb(26,219,254); }

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