Html Css Color HEX #1586AC Cerulean

📋 copy color: '#1586AC'

red 21 ◦ green 134 ◦ blue 172

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

Shades of Cerulean #1586AC

Tints of Cerulean #1586AC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.98%

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 6.42%
G = 40.98%
B = 52.6%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1586AC (or 0x1586AC) is known color: Cerulean. HEX triplet: 15, 86 and AC. RGB value is (21,134,172). Sum of RGB (Red+Green+Blue) = 21+134+172=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #1586AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1586AC is #EA7953. Grayscale: #686868. Windows color (decimal): -15366484 or 11306517. OLE color: 11306517.

HSL color Cylindrical-coordinate representation of color #1586AC: hue angle of 195.1º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1586AC is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 134 172 -
CMYK 0.88 0.22 0 0.33
HSL 195.1º 0.78% 0.38% -
HSV(B) 195.1º 0.88% 0.67% -
XYZ 16.28 20.19 42.07 -
YUV 104.55 166.06 68.41 -
System Red Green Blue C M Y K H S L
Decimal 21 134 172 0.88 0.22 0 0.33 195.1 0.78 0.38
Hex 15 86 AC 58 16 0 21 C3 4E 26
Octal 25 206 254 130 26 0 41 303 116 46
Binary 10101 10000110 10101100 1011000 10110 0 100001 11000011 1001110 100110

Color Harmonies of #1586AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1586AC

Black with #1586AC

Text Example


Text Example

White with #1586AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1586AC; }

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

 H1.HeaderClassName
 {
   color: #1586AC;
 }
 .AnyTagClassName
 {
   color: #1586AC;
 }
</style>

background-color css

<style>
 a { background-color: #1586AC; }

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

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

border-color css

<style>
 span { border-color: #1586AC; }

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

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