#1AC7E8

Color #1AC7E8 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #1AC7E8

Tints of Deep Sky Blue #1AC7E8

Color information

#1AC7E8 (or 0x1AC7E8) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, C7 and E8. RGB value is (26,199,232). Sum of RGB (Red+Green+Blue) = 26+199+232=457 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.69% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #1AC7E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC7E8 is #E53817. Grayscale: #969696. Windows color (decimal): -15022104 or 15255322. OLE color: 15255322.

HSL color Cylindrical-coordinate representation of color #1AC7E8: hue angle of 189.61º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC7E8 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB26199232-
CMYK0.890.1400.09
HSL189.61º81.75%50.59%-
HSV(B)189.61º88.79%90.98%-
XYZ35.4146.8983.53-
YUV151.04173.6938.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.69%
GREEN value IS 199 (78.12% from 255) = 43.54%
BLUE value IS 232 (91.02% from 255) = 50.77%
R=5.69%
G=43.54%
B=50.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal261992320.890.1400.09189.6181.7550.59
Hex1AC7E859E09be5233
Octal323073501311601127612263
Binary1101011000111111010001011001111001001101111101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AC7E8;
 }
 .AnyTagClassName
 {
   color: #1AC7E8;
 }
</style>
background-color css

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

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

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

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

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

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