Html Css Color HEX #1ACEEB Deep Sky Blue

📋 copy color: '#1ACEEB'

red 26 ◦ green 206 ◦ blue 235

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

Shades of Deep Sky Blue #1ACEEB

Tints of Deep Sky Blue #1ACEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

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

R = 5.57%
G = 44.11%
B = 50.32%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1ACEEB (or 0x1ACEEB) is known color: Deep Sky Blue. HEX triplet: 1A, CE and EB. RGB value is (26,206,235). Sum of RGB (Red+Green+Blue) = 26+206+235=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ACEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACEEB is #E53114. Grayscale: #9B9B9B. Windows color (decimal): -15020309 or 15453722. OLE color: 15453722.

HSL color Cylindrical-coordinate representation of color #1ACEEB: hue angle of 188.33º 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 #1ACEEB is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 206 235 -
CMYK 0.89 0.12 0 0.08
HSL 188.33º 0.84% 0.51% -
HSV(B) 188.33º 0.89% 0.92% -
XYZ 37.49 50.36 86.34 -
YUV 155.49 172.87 35.64 -
System Red Green Blue C M Y K H S L
Decimal 26 206 235 0.89 0.12 0 0.08 188.33 0.84 0.51
Hex 1A CE EB 59 C 0 8 BC 54 33
Octal 32 316 353 131 14 0 10 274 124 63
Binary 11010 11001110 11101011 1011001 1100 0 1000 10111100 1010100 110011

Color Harmonies of #1ACEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACEEB

Black with #1ACEEB

Text Example


Text Example

White with #1ACEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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