Html Css Color HEX #0C84AC Cerulean

📋 copy color: '#0C84AC'

red 12 ◦ green 132 ◦ blue 172

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

Shades of Cerulean #0C84AC

Tints of Cerulean #0C84AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.77%

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

R = 3.8%
G = 41.77%
B = 54.43%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C84AC (or 0x0C84AC) is known color: Cerulean. HEX triplet: 0C, 84 and AC. RGB value is (12,132,172). Sum of RGB (Red+Green+Blue) = 12+132+172=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C84AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C84AC is #F37B53. Grayscale: #646464. Windows color (decimal): -15956820 or 11305996. OLE color: 11305996.

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

Color convert

RGB 12 132 172 -
CMYK 0.93 0.23 0 0.33
HSL 195º 0.87% 0.36% -
HSV(B) 195º 0.93% 0.67% -
XYZ 15.85 19.56 41.97 -
YUV 100.68 168.24 64.75 -
System Red Green Blue C M Y K H S L
Decimal 12 132 172 0.93 0.23 0 0.33 195 0.87 0.36
Hex C 84 AC 5D 17 0 21 C3 57 24
Octal 14 204 254 135 27 0 41 303 127 44
Binary 1100 10000100 10101100 1011101 10111 0 100001 11000011 1010111 100100

Color Harmonies of #0C84AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C84AC

Black with #0C84AC

Text Example


Text Example

White with #0C84AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,132,172); }

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

background-color css

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

 a { background-color: rgb(12,132,172); }

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

border-color css

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

 span { border-color: rgb(12,132,172); }

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