Html Css Color HEX #1286AB Cerulean

📋 copy color: '#1286AB'

red 18 ◦ green 134 ◦ blue 171

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

Shades of Cerulean #1286AB

Tints of Cerulean #1286AB

RGB

 RED value IS 18 (7.42% from 255) = 5.57%

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

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 5.57%
G = 41.49%
B = 52.94%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1286AB (or 0x1286AB) is known color: Cerulean. HEX triplet: 12, 86 and AB. RGB value is (18,134,171). Sum of RGB (Red+Green+Blue) = 18+134+171=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #1286AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1286AB is #ED7954. Grayscale: #676767. Windows color (decimal): -15563093 or 11240978. OLE color: 11240978.

HSL color Cylindrical-coordinate representation of color #1286AB: hue angle of 194.51º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1286AB is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 134 171 -
CMYK 0.89 0.22 0 0.33
HSL 194.51º 0.81% 0.37% -
HSV(B) 194.51º 0.89% 0.67% -
XYZ 16.13 20.12 41.56 -
YUV 103.53 166.07 66.99 -
System Red Green Blue C M Y K H S L
Decimal 18 134 171 0.89 0.22 0 0.33 194.51 0.81 0.37
Hex 12 86 AB 59 16 0 21 C3 51 25
Octal 22 206 253 131 26 0 41 303 121 45
Binary 10010 10000110 10101011 1011001 10110 0 100001 11000011 1010001 100101

Color Harmonies of #1286AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1286AB

Black with #1286AB

Text Example


Text Example

White with #1286AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1286AB; }

 p { color: rgb(18,134,171); }

 H1.HeaderClassName
 {
   color: #1286AB;
 }
 .AnyTagClassName
 {
   color: #1286AB;
 }
</style>

background-color css

<style>
 a { background-color: #1286AB; }

 a { background-color: rgb(18,134,171); }

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

border-color css

<style>
 span { border-color: #1286AB; }

 span { border-color: rgb(18,134,171); }

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