Html Css Color HEX #1ACCFB Deep Sky Blue

📋 copy color: '#1ACCFB'

red 26 ◦ green 204 ◦ blue 251

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

Shades of Deep Sky Blue #1ACCFB

Tints of Deep Sky Blue #1ACCFB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.41%

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 5.41%
G = 42.41%
B = 52.18%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ACCFB (or 0x1ACCFB) is known color: Deep Sky Blue. HEX triplet: 1A, CC and FB. RGB value is (26,204,251). Sum of RGB (Red+Green+Blue) = 26+204+251=481 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.41% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ACCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACCFB is #E53304. Grayscale: #9B9B9B. Windows color (decimal): -15020805 or 16501786. OLE color: 16501786.

HSL color Cylindrical-coordinate representation of color #1ACCFB: hue angle of 192.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ACCFB is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 204 251 -
CMYK 0.90 0.19 0 0.02
HSL 192.53º 0.97% 0.54% -
HSV(B) 192.53º 0.9% 0.98% -
XYZ 39.43 50.37 98.91 -
YUV 156.14 181.53 35.18 -
System Red Green Blue C M Y K H S L
Decimal 26 204 251 0.90 0.19 0 0.02 192.53 0.97 0.54
Hex 1A CC FB 5A 13 0 2 C1 61 36
Octal 32 314 373 132 23 0 2 301 141 66
Binary 11010 11001100 11111011 1011010 10011 0 10 11000001 1100001 110110

Color Harmonies of #1ACCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACCFB

Black with #1ACCFB

Text Example


Text Example

White with #1ACCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,204,251); }

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

background-color css

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

 a { background-color: rgb(26,204,251); }

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

border-color css

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

 span { border-color: rgb(26,204,251); }

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