Html Css Color HEX #0C9EBC Pacific Blue

📋 copy color: '#0C9EBC'

red 12 ◦ green 158 ◦ blue 188

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

Shades of Pacific Blue #0C9EBC

Tints of Pacific Blue #0C9EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.13%

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 3.35%
G = 44.13%
B = 52.51%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C9EBC (or 0x0C9EBC) is known color: Pacific Blue. HEX triplet: 0C, 9E and BC. RGB value is (12,158,188). Sum of RGB (Red+Green+Blue) = 12+158+188=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C9EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9EBC is #F36143. Grayscale: #757575. Windows color (decimal): -15950148 or 12361228. OLE color: 12361228.

HSL color Cylindrical-coordinate representation of color #0C9EBC: hue angle of 190.23º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C9EBC is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 158 188 -
CMYK 0.94 0.16 0 0.26
HSL 190.23º 0.88% 0.39% -
HSV(B) 190.23º 0.94% 0.74% -
XYZ 21.46 28.16 51.88 -
YUV 117.77 167.63 52.56 -
System Red Green Blue C M Y K H S L
Decimal 12 158 188 0.94 0.16 0 0.26 190.23 0.88 0.39
Hex C 9E BC 5E 10 0 1A BE 58 27
Octal 14 236 274 136 20 0 32 276 130 47
Binary 1100 10011110 10111100 1011110 10000 0 11010 10111110 1011000 100111

Color Harmonies of #0C9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9EBC

Black with #0C9EBC

Text Example


Text Example

White with #0C9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,158,188); }

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

background-color css

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

 a { background-color: rgb(12,158,188); }

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

border-color css

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

 span { border-color: rgb(12,158,188); }

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