Html Css Color HEX #0C86AE Cerulean

📋 copy color: '#0C86AE'

red 12 ◦ green 134 ◦ blue 174

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

Shades of Cerulean #0C86AE

Tints of Cerulean #0C86AE

RGB

 RED value IS 12 (5.08% from 255) = 3.75%

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

 BLUE value IS 174 (68.36% from 255) = 54.38%

R = 3.75%
G = 41.88%
B = 54.38%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C86AE (or 0x0C86AE) is known color: Cerulean. HEX triplet: 0C, 86 and AE. RGB value is (12,134,174). Sum of RGB (Red+Green+Blue) = 12+134+174=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C86AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C86AE is #F37951. Grayscale: #656565. Windows color (decimal): -15956306 or 11437580. OLE color: 11437580.

HSL color Cylindrical-coordinate representation of color #0C86AE: hue angle of 194.81º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C86AE is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 134 174 -
CMYK 0.93 0.23 0 0.32
HSL 194.81º 0.87% 0.36% -
HSV(B) 194.81º 0.93% 0.68% -
XYZ 16.32 20.18 43.08 -
YUV 102.08 168.58 63.75 -
System Red Green Blue C M Y K H S L
Decimal 12 134 174 0.93 0.23 0 0.32 194.81 0.87 0.36
Hex C 86 AE 5D 17 0 20 C3 57 24
Octal 14 206 256 135 27 0 40 303 127 44
Binary 1100 10000110 10101110 1011101 10111 0 100000 11000011 1010111 100100

Color Harmonies of #0C86AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C86AE

Black with #0C86AE

Text Example


Text Example

White with #0C86AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C86AE; }

 p { color: rgb(12,134,174); }

 H1.HeaderClassName
 {
   color: #0C86AE;
 }
 .AnyTagClassName
 {
   color: #0C86AE;
 }
</style>

background-color css

<style>
 a { background-color: #0C86AE; }

 a { background-color: rgb(12,134,174); }

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

border-color css

<style>
 span { border-color: #0C86AE; }

 span { border-color: rgb(12,134,174); }

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