Html Css Color HEX #0C83AE Cerulean

📋 copy color: '#0C83AE'

red 12 ◦ green 131 ◦ blue 174

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

Shades of Cerulean #0C83AE

Tints of Cerulean #0C83AE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

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

R = 3.79%
G = 41.32%
B = 54.89%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C83AE (or 0x0C83AE) is known color: Cerulean. HEX triplet: 0C, 83 and AE. RGB value is (12,131,174). Sum of RGB (Red+Green+Blue) = 12+131+174=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C83AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C83AE is #F37C51. Grayscale: #646464. Windows color (decimal): -15957074 or 11436812. OLE color: 11436812.

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

Color convert

RGB 12 131 174 -
CMYK 0.93 0.25 0 0.32
HSL 195.93º 0.87% 0.36% -
HSV(B) 195.93º 0.93% 0.68% -
XYZ 15.91 19.37 42.94 -
YUV 100.32 169.58 65 -
System Red Green Blue C M Y K H S L
Decimal 12 131 174 0.93 0.25 0 0.32 195.93 0.87 0.36
Hex C 83 AE 5D 19 0 20 C4 57 24
Octal 14 203 256 135 31 0 40 304 127 44
Binary 1100 10000011 10101110 1011101 11001 0 100000 11000100 1010111 100100

Color Harmonies of #0C83AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C83AE

Black with #0C83AE

Text Example


Text Example

White with #0C83AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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