Html Css Color HEX #0186AB Cerulean

📋 copy color: '#0186AB'

red 1 ◦ green 134 ◦ blue 171

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

Shades of Cerulean #0186AB

Tints of Cerulean #0186AB

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

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

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

R = 0.33%
G = 43.79%
B = 55.88%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0186AB (or 0x0186AB) is known color: Cerulean. HEX triplet: 01, 86 and AB. RGB value is (1,134,171). Sum of RGB (Red+Green+Blue) = 1+134+171=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #0186AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0186AB is #FE7954. Grayscale: #626262. Windows color (decimal): -16677205 or 11240961. OLE color: 11240961.

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

Color convert

RGB 1 134 171 -
CMYK 0.99 0.22 0 0.33
HSL 193.06º 0.99% 0.34% -
HSV(B) 193.06º 0.99% 0.67% -
XYZ 15.89 20 41.55 -
YUV 98.45 168.94 58.49 -
System Red Green Blue C M Y K H S L
Decimal 1 134 171 0.99 0.22 0 0.33 193.06 0.99 0.34
Hex 1 86 AB 63 16 0 21 C1 63 22
Octal 1 206 253 143 26 0 41 301 143 42
Binary 1 10000110 10101011 1100011 10110 0 100001 11000001 1100011 100010

Color Harmonies of #0186AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0186AB

Black with #0186AB

Text Example


Text Example

White with #0186AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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