Html Css Color HEX #1ACCEE Deep Sky Blue

📋 copy color: '#1ACCEE'

red 26 ◦ green 204 ◦ blue 238

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

Shades of Deep Sky Blue #1ACCEE

Tints of Deep Sky Blue #1ACCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 5.56%
G = 43.59%
B = 50.85%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ACCEE (or 0x1ACCEE) is known color: Deep Sky Blue. HEX triplet: 1A, CC and EE. RGB value is (26,204,238). Sum of RGB (Red+Green+Blue) = 26+204+238=468 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.56% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ACCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACCEE is #E53311. Grayscale: #9A9A9A. Windows color (decimal): -15020818 or 15649818. OLE color: 15649818.

HSL color Cylindrical-coordinate representation of color #1ACCEE: hue angle of 189.62º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACCEE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 204 238 -
CMYK 0.89 0.14 0 0.07
HSL 189.62º 0.86% 0.52% -
HSV(B) 189.62º 0.89% 0.93% -
XYZ 37.45 49.58 88.48 -
YUV 154.65 175.03 36.24 -
System Red Green Blue C M Y K H S L
Decimal 26 204 238 0.89 0.14 0 0.07 189.62 0.86 0.52
Hex 1A CC EE 59 E 0 7 BE 56 34
Octal 32 314 356 131 16 0 7 276 126 64
Binary 11010 11001100 11101110 1011001 1110 0 111 10111110 1010110 110100

Color Harmonies of #1ACCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACCEE

Black with #1ACCEE

Text Example


Text Example

White with #1ACCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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