Html Css Color HEX #1AC7FE Deep Sky Blue

📋 copy color: '#1AC7FE'

red 26 ◦ green 199 ◦ blue 254

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

Shades of Deep Sky Blue #1AC7FE

Tints of Deep Sky Blue #1AC7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.54%

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

R = 5.43%
G = 41.54%
B = 53.03%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1AC7FE (or 0x1AC7FE) is known color: Deep Sky Blue. HEX triplet: 1A, C7 and FE. RGB value is (26,199,254). Sum of RGB (Red+Green+Blue) = 26+199+254=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AC7FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC7FE is #E53801. Grayscale: #999999. Windows color (decimal): -15022082 or 16697114. OLE color: 16697114.

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

Color convert

RGB 26 199 254 -
CMYK 0.90 0.22 0 0.00
HSL 194.47º 0.99% 0.55% -
HSV(B) 194.47º 0.9% 1% -
XYZ 38.74 48.22 101.03 -
YUV 153.54 184.69 37.03 -
System Red Green Blue C M Y K H S L
Decimal 26 199 254 0.90 0.22 0 0.00 194.47 0.99 0.55
Hex 1A C7 FE 5A 16 0 0 C2 63 37
Octal 32 307 376 132 26 0 0 302 143 67
Binary 11010 11000111 11111110 1011010 10110 0 0 11000010 1100011 110111

Color Harmonies of #1AC7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC7FE

Black with #1AC7FE

Text Example


Text Example

White with #1AC7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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