Html Css Color HEX #0C85CC Pacific Blue

📋 copy color: '#0C85CC'

red 12 ◦ green 133 ◦ blue 204

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

Shades of Pacific Blue #0C85CC

Tints of Pacific Blue #0C85CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

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

R = 3.44%
G = 38.11%
B = 58.45%

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

#0C85CC (or 0x0C85CC) is known color: Pacific Blue. HEX triplet: 0C, 85 and CC. RGB value is (12,133,204). Sum of RGB (Red+Green+Blue) = 12+133+204=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C85CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C85CC is #F37A33. Grayscale: #686868. Windows color (decimal): -15956532 or 13403404. OLE color: 13403404.

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

Color convert

RGB 12 133 204 -
CMYK 0.94 0.35 0 0.2
HSL 202.19º 0.89% 0.42% -
HSV(B) 202.19º 0.94% 0.8% -
XYZ 19.44 21.21 60.2 -
YUV 104.92 183.91 61.73 -
System Red Green Blue C M Y K H S L
Decimal 12 133 204 0.94 0.35 0 0.2 202.19 0.89 0.42
Hex C 85 CC 5E 23 0 14 CA 59 2A
Octal 14 205 314 136 43 0 24 312 131 52
Binary 1100 10000101 11001100 1011110 100011 0 10100 11001010 1011001 101010

Color Harmonies of #0C85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C85CC

Black with #0C85CC

Text Example


Text Example

White with #0C85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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