Html Css Color HEX #1ACCFE Deep Sky Blue

📋 copy color: '#1ACCFE'

red 26 ◦ green 204 ◦ blue 254

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

Shades of Deep Sky Blue #1ACCFE

Tints of Deep Sky Blue #1ACCFE

RGB

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

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

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

R = 5.37%
G = 42.15%
B = 52.48%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1ACCFE (or 0x1ACCFE) is known color: Deep Sky Blue. HEX triplet: 1A, CC and FE. RGB value is (26,204,254). Sum of RGB (Red+Green+Blue) = 26+204+254=484 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.37% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ACCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACCFE is #E53301. Grayscale: #9C9C9C. Windows color (decimal): -15020802 or 16698394. OLE color: 16698394.

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

Color convert

RGB 26 204 254 -
CMYK 0.90 0.20 0 0.00
HSL 193.16º 0.99% 0.55% -
HSV(B) 193.16º 0.9% 1% -
XYZ 39.91 50.56 101.42 -
YUV 156.48 183.03 34.93 -
System Red Green Blue C M Y K H S L
Decimal 26 204 254 0.90 0.20 0 0.00 193.16 0.99 0.55
Hex 1A CC FE 5A 14 0 0 C1 63 37
Octal 32 314 376 132 24 0 0 301 143 67
Binary 11010 11001100 11111110 1011010 10100 0 0 11000001 1100011 110111

Color Harmonies of #1ACCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACCFE

Black with #1ACCFE

Text Example


Text Example

White with #1ACCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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