Html Css Color HEX #1ADDFE Deep Sky Blue

📋 copy color: '#1ADDFE'

red 26 ◦ green 221 ◦ blue 254

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

Shades of Deep Sky Blue #1ADDFE

Tints of Deep Sky Blue #1ADDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.11%

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

R = 5.19%
G = 44.11%
B = 50.7%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1ADDFE (or 0x1ADDFE) is known color: Deep Sky Blue. HEX triplet: 1A, DD and FE. RGB value is (26,221,254). Sum of RGB (Red+Green+Blue) = 26+221+254=501 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.19% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ADDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADDFE is #E52201. Grayscale: #A6A6A6. Windows color (decimal): -15016450 or 16702746. OLE color: 16702746.

HSL color Cylindrical-coordinate representation of color #1ADDFE: hue angle of 188.68º 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 #1ADDFE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 26 221 254 -
CMYK 0.90 0.13 0 0.00
HSL 188.68º 0.99% 0.55% -
HSV(B) 188.68º 0.9% 1% -
XYZ 44.17 59.09 102.84 -
YUV 166.46 177.4 27.82 -
System Red Green Blue C M Y K H S L
Decimal 26 221 254 0.90 0.13 0 0.00 188.68 0.99 0.55
Hex 1A DD FE 5A D 0 0 BD 63 37
Octal 32 335 376 132 15 0 0 275 143 67
Binary 11010 11011101 11111110 1011010 1101 0 0 10111101 1100011 110111

Color Harmonies of #1ADDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDFE

Black with #1ADDFE

Text Example


Text Example

White with #1ADDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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