Html Css Color HEX #0C84CC Pacific Blue

📋 copy color: '#0C84CC'

red 12 ◦ green 132 ◦ blue 204

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

Shades of Pacific Blue #0C84CC

Tints of Pacific Blue #0C84CC

RGB

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

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

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

R = 3.45%
G = 37.93%
B = 58.62%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0C84CC (or 0x0C84CC) is known color: Pacific Blue. HEX triplet: 0C, 84 and CC. RGB value is (12,132,204). Sum of RGB (Red+Green+Blue) = 12+132+204=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C84CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C84CC is #F37B33. Grayscale: #676767. Windows color (decimal): -15956788 or 13403148. OLE color: 13403148.

HSL color Cylindrical-coordinate representation of color #0C84CC: hue angle of 202.5º 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 #0C84CC is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 132 204 -
CMYK 0.94 0.35 0 0.2
HSL 202.5º 0.89% 0.42% -
HSV(B) 202.5º 0.94% 0.8% -
XYZ 19.3 20.94 60.15 -
YUV 104.33 184.24 62.15 -
System Red Green Blue C M Y K H S L
Decimal 12 132 204 0.94 0.35 0 0.2 202.5 0.89 0.42
Hex C 84 CC 5E 23 0 14 CA 59 2A
Octal 14 204 314 136 43 0 24 312 131 52
Binary 1100 10000100 11001100 1011110 100011 0 10100 11001010 1011001 101010

Color Harmonies of #0C84CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C84CC

Black with #0C84CC

Text Example


Text Example

White with #0C84CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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