Html Css Color HEX #0C8FCC Pacific Blue

📋 copy color: '#0C8FCC'

red 12 ◦ green 143 ◦ blue 204

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

Shades of Pacific Blue #0C8FCC

Tints of Pacific Blue #0C8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 3.34%
G = 39.83%
B = 56.82%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0C8FCC (or 0x0C8FCC) is known color: Pacific Blue. HEX triplet: 0C, 8F and CC. RGB value is (12,143,204). Sum of RGB (Red+Green+Blue) = 12+143+204=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C8FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8FCC is #F37033. Grayscale: #6E6E6E. Windows color (decimal): -15953972 or 13405964. OLE color: 13405964.

HSL color Cylindrical-coordinate representation of color #0C8FCC: hue angle of 199.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C8FCC is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 143 204 -
CMYK 0.94 0.30 0 0.2
HSL 199.06º 0.89% 0.42% -
HSV(B) 199.06º 0.94% 0.8% -
XYZ 20.87 24.08 60.68 -
YUV 110.79 180.6 57.54 -
System Red Green Blue C M Y K H S L
Decimal 12 143 204 0.94 0.30 0 0.2 199.06 0.89 0.42
Hex C 8F CC 5E 1E 0 14 C7 59 2A
Octal 14 217 314 136 36 0 24 307 131 52
Binary 1100 10001111 11001100 1011110 11110 0 10100 11000111 1011001 101010

Color Harmonies of #0C8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8FCC

Black with #0C8FCC

Text Example


Text Example

White with #0C8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,143,204); }

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

background-color css

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

 a { background-color: rgb(12,143,204); }

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

border-color css

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

 span { border-color: rgb(12,143,204); }

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