Html Css Color HEX #15ACEA Deep Sky Blue

📋 copy color: '#15ACEA'

red 21 ◦ green 172 ◦ blue 234

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

Shades of Deep Sky Blue #15ACEA

Tints of Deep Sky Blue #15ACEA

RGB

 RED value IS 21 (8.59% from 255) = 4.92%

 GREEN value IS 172 (67.58% from 255) = 40.28%

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 4.92%
G = 40.28%
B = 54.8%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#15ACEA (or 0x15ACEA) is known color: Deep Sky Blue. HEX triplet: 15, AC and EA. RGB value is (21,172,234). Sum of RGB (Red+Green+Blue) = 21+172+234=427 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.92% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #15ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15ACEA is #EA5315. Grayscale: #858585. Windows color (decimal): -15356694 or 15379477. OLE color: 15379477.

HSL color Cylindrical-coordinate representation of color #15ACEA: hue angle of 197.46º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ACEA is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 172 234 -
CMYK 0.91 0.26 0 0.08
HSL 197.46º 0.84% 0.5% -
HSV(B) 197.46º 0.91% 0.92% -
XYZ 29.91 35.6 83.14 -
YUV 133.92 184.47 47.46 -
System Red Green Blue C M Y K H S L
Decimal 21 172 234 0.91 0.26 0 0.08 197.46 0.84 0.5
Hex 15 AC EA 5B 1A 0 8 C5 54 32
Octal 25 254 352 133 32 0 10 305 124 62
Binary 10101 10101100 11101010 1011011 11010 0 1000 11000101 1010100 110010

Color Harmonies of #15ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ACEA

Black with #15ACEA

Text Example


Text Example

White with #15ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15ACEA; }

 p { color: rgb(21,172,234); }

 H1.HeaderClassName
 {
   color: #15ACEA;
 }
 .AnyTagClassName
 {
   color: #15ACEA;
 }
</style>

background-color css

<style>
 a { background-color: #15ACEA; }

 a { background-color: rgb(21,172,234); }

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

border-color css

<style>
 span { border-color: #15ACEA; }

 span { border-color: rgb(21,172,234); }

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