Html Css Color HEX #0C84AA Cerulean

📋 copy color: '#0C84AA'

red 12 ◦ green 132 ◦ blue 170

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

Shades of Cerulean #0C84AA

Tints of Cerulean #0C84AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 3.82%
G = 42.04%
B = 54.14%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C84AA (or 0x0C84AA) is known color: Cerulean. HEX triplet: 0C, 84 and AA. RGB value is (12,132,170). Sum of RGB (Red+Green+Blue) = 12+132+170=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C84AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C84AA is #F37B55. Grayscale: #646464. Windows color (decimal): -15956822 or 11174924. OLE color: 11174924.

HSL color Cylindrical-coordinate representation of color #0C84AA: hue angle of 194.43º 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 #0C84AA is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 132 170 -
CMYK 0.93 0.22 0 0.33
HSL 194.43º 0.87% 0.36% -
HSV(B) 194.43º 0.93% 0.67% -
XYZ 15.66 19.48 40.97 -
YUV 100.45 167.24 64.91 -
System Red Green Blue C M Y K H S L
Decimal 12 132 170 0.93 0.22 0 0.33 194.43 0.87 0.36
Hex C 84 AA 5D 16 0 21 C2 57 24
Octal 14 204 252 135 26 0 41 302 127 44
Binary 1100 10000100 10101010 1011101 10110 0 100001 11000010 1010111 100100

Color Harmonies of #0C84AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C84AA

Black with #0C84AA

Text Example


Text Example

White with #0C84AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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