Html Css Color HEX #13ACEA Deep Sky Blue

📋 copy color: '#13ACEA'

red 19 ◦ green 172 ◦ blue 234

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

Shades of Deep Sky Blue #13ACEA

Tints of Deep Sky Blue #13ACEA

RGB

 RED value IS 19 (7.81% from 255) = 4.47%

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

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

R = 4.47%
G = 40.47%
B = 55.06%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#13ACEA (or 0x13ACEA) is known color: Deep Sky Blue. HEX triplet: 13, AC and EA. RGB value is (19,172,234). Sum of RGB (Red+Green+Blue) = 19+172+234=425 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.47% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #13ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ACEA is #EC5315. Grayscale: #848484. Windows color (decimal): -15487766 or 15379475. OLE color: 15379475.

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

Color convert

RGB 19 172 234 -
CMYK 0.92 0.26 0 0.08
HSL 197.3º 0.85% 0.5% -
HSV(B) 197.3º 0.92% 0.92% -
XYZ 29.87 35.58 83.14 -
YUV 133.32 184.81 46.46 -
System Red Green Blue C M Y K H S L
Decimal 19 172 234 0.92 0.26 0 0.08 197.3 0.85 0.5
Hex 13 AC EA 5C 1A 0 8 C5 55 32
Octal 23 254 352 134 32 0 10 305 125 62
Binary 10011 10101100 11101010 1011100 11010 0 1000 11000101 1010101 110010

Color Harmonies of #13ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ACEA

Black with #13ACEA

Text Example


Text Example

White with #13ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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