Html Css Color HEX #0C83B7 Cerulean

📋 copy color: '#0C83B7'

red 12 ◦ green 131 ◦ blue 183

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

Shades of Cerulean #0C83B7

Tints of Cerulean #0C83B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 56.13%

R = 3.68%
G = 40.18%
B = 56.13%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0C83B7 (or 0x0C83B7) is known color: Cerulean. HEX triplet: 0C, 83 and B7. RGB value is (12,131,183). Sum of RGB (Red+Green+Blue) = 12+131+183=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #0C83B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C83B7 is #F37C48. Grayscale: #656565. Windows color (decimal): -15957065 or 12026636. OLE color: 12026636.

HSL color Cylindrical-coordinate representation of color #0C83B7: hue angle of 198.25º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C83B7 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 131 183 -
CMYK 0.93 0.28 0 0.28
HSL 198.25º 0.88% 0.38% -
HSV(B) 198.25º 0.93% 0.72% -
XYZ 16.82 19.73 47.72 -
YUV 101.35 174.08 64.27 -
System Red Green Blue C M Y K H S L
Decimal 12 131 183 0.93 0.28 0 0.28 198.25 0.88 0.38
Hex C 83 B7 5D 1C 0 1C C6 58 26
Octal 14 203 267 135 34 0 34 306 130 46
Binary 1100 10000011 10110111 1011101 11100 0 11100 11000110 1011000 100110

Color Harmonies of #0C83B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C83B7

Black with #0C83B7

Text Example


Text Example

White with #0C83B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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