Html Css Color HEX #1ACCEB Deep Sky Blue

📋 copy color: '#1ACCEB'

red 26 ◦ green 204 ◦ blue 235

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

Shades of Deep Sky Blue #1ACCEB

Tints of Deep Sky Blue #1ACCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 5.59%
G = 43.87%
B = 50.54%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1ACCEB (or 0x1ACCEB) is known color: Deep Sky Blue. HEX triplet: 1A, CC and EB. RGB value is (26,204,235). Sum of RGB (Red+Green+Blue) = 26+204+235=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ACCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACCEB is #E53314. Grayscale: #9A9A9A. Windows color (decimal): -15020821 or 15453210. OLE color: 15453210.

HSL color Cylindrical-coordinate representation of color #1ACCEB: hue angle of 188.9º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACCEB is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 204 235 -
CMYK 0.89 0.13 0 0.08
HSL 188.9º 0.84% 0.51% -
HSV(B) 188.9º 0.89% 0.92% -
XYZ 37.01 49.4 86.18 -
YUV 154.31 173.53 36.48 -
System Red Green Blue C M Y K H S L
Decimal 26 204 235 0.89 0.13 0 0.08 188.9 0.84 0.51
Hex 1A CC EB 59 D 0 8 BD 54 33
Octal 32 314 353 131 15 0 10 275 124 63
Binary 11010 11001100 11101011 1011001 1101 0 1000 10111101 1010100 110011

Color Harmonies of #1ACCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACCEB

Black with #1ACCEB

Text Example


Text Example

White with #1ACCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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