Html Css Color HEX #1ACDEB Deep Sky Blue

📋 copy color: '#1ACDEB'

red 26 ◦ green 205 ◦ blue 235

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

Shades of Deep Sky Blue #1ACDEB

Tints of Deep Sky Blue #1ACDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

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

R = 5.58%
G = 43.99%
B = 50.43%

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

#1ACDEB (or 0x1ACDEB) is known color: Deep Sky Blue. HEX triplet: 1A, CD and EB. RGB value is (26,205,235). Sum of RGB (Red+Green+Blue) = 26+205+235=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ACDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACDEB is #E53214. Grayscale: #9A9A9A. Windows color (decimal): -15020565 or 15453466. OLE color: 15453466.

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

Color convert

RGB 26 205 235 -
CMYK 0.89 0.13 0 0.08
HSL 188.61º 0.84% 0.51% -
HSV(B) 188.61º 0.89% 0.92% -
XYZ 37.25 49.88 86.26 -
YUV 154.9 173.2 36.06 -
System Red Green Blue C M Y K H S L
Decimal 26 205 235 0.89 0.13 0 0.08 188.61 0.84 0.51
Hex 1A CD EB 59 D 0 8 BD 54 33
Octal 32 315 353 131 15 0 10 275 124 63
Binary 11010 11001101 11101011 1011001 1101 0 1000 10111101 1010100 110011

Color Harmonies of #1ACDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACDEB

Black with #1ACDEB

Text Example


Text Example

White with #1ACDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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