Html Css Color HEX #1AC4F1 Deep Sky Blue

📋 copy color: '#1AC4F1'

red 26 ◦ green 196 ◦ blue 241

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

Shades of Deep Sky Blue #1AC4F1

Tints of Deep Sky Blue #1AC4F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.05%

R = 5.62%
G = 42.33%
B = 52.05%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1AC4F1 (or 0x1AC4F1) is known color: Deep Sky Blue. HEX triplet: 1A, C4 and F1. RGB value is (26,196,241). Sum of RGB (Red+Green+Blue) = 26+196+241=463 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.62% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #1AC4F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC4F1 is #E53B0E. Grayscale: #959595. Windows color (decimal): -15022863 or 15844378. OLE color: 15844378.

HSL color Cylindrical-coordinate representation of color #1AC4F1: hue angle of 192.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC4F1 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 196 241 -
CMYK 0.89 0.19 0 0.05
HSL 192.56º 0.88% 0.52% -
HSV(B) 192.56º 0.89% 0.95% -
XYZ 36.04 46.05 90.21 -
YUV 150.3 179.18 39.34 -
System Red Green Blue C M Y K H S L
Decimal 26 196 241 0.89 0.19 0 0.05 192.56 0.88 0.52
Hex 1A C4 F1 59 13 0 5 C1 58 34
Octal 32 304 361 131 23 0 5 301 130 64
Binary 11010 11000100 11110001 1011001 10011 0 101 11000001 1011000 110100

Color Harmonies of #1AC4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC4F1

Black with #1AC4F1

Text Example


Text Example

White with #1AC4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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