Html Css Color HEX #1AC4F5 Deep Sky Blue

📋 copy color: '#1AC4F5'

red 26 ◦ green 196 ◦ blue 245

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

Shades of Deep Sky Blue #1AC4F5

Tints of Deep Sky Blue #1AC4F5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

 BLUE value IS 245 (96.09% from 255) = 52.46%

R = 5.57%
G = 41.97%
B = 52.46%

CMYK

 C value IS 0.89

 M value IS 0.2

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1AC4F5 (or 0x1AC4F5) is known color: Deep Sky Blue. HEX triplet: 1A, C4 and F5. RGB value is (26,196,245). Sum of RGB (Red+Green+Blue) = 26+196+245=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 245 (96.09% from 255 or 52.46% from 467); Max value from RGB is 245 - color contains mainly: blue. Hex color #1AC4F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC4F5 is #E53B0A. Grayscale: #969696. Windows color (decimal): -15022859 or 16106522. OLE color: 16106522.

HSL color Cylindrical-coordinate representation of color #1AC4F5: hue angle of 193.42º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC4F5 is Cyan = 0.89, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 196 245 -
CMYK 0.89 0.2 0 0.04
HSL 193.42º 0.92% 0.53% -
HSV(B) 193.42º 0.89% 0.96% -
XYZ 36.65 46.29 93.39 -
YUV 150.76 181.18 39.02 -
System Red Green Blue C M Y K H S L
Decimal 26 196 245 0.89 0.2 0 0.04 193.42 0.92 0.53
Hex 1A C4 F5 59 14 0 4 C1 5C 35
Octal 32 304 365 131 24 0 4 301 134 65
Binary 11010 11000100 11110101 1011001 10100 0 100 11000001 1011100 110101

Color Harmonies of #1AC4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC4F5

Black with #1AC4F5

Text Example


Text Example

White with #1AC4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,196,245); }

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

background-color css

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

 a { background-color: rgb(26,196,245); }

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

border-color css

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

 span { border-color: rgb(26,196,245); }

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