Html Css Color HEX #0C8CD0 Pacific Blue

📋 copy color: '#0C8CD0'

red 12 ◦ green 140 ◦ blue 208

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

Shades of Pacific Blue #0C8CD0

Tints of Pacific Blue #0C8CD0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.89%

 BLUE value IS 208 (81.64% from 255) = 57.78%

R = 3.33%
G = 38.89%
B = 57.78%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0C8CD0 (or 0x0C8CD0) is known color: Pacific Blue. HEX triplet: 0C, 8C and D0. RGB value is (12,140,208). Sum of RGB (Red+Green+Blue) = 12+140+208=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #0C8CD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8CD0 is #F3732F. Grayscale: #6D6D6D. Windows color (decimal): -15954736 or 13667340. OLE color: 13667340.

HSL color Cylindrical-coordinate representation of color #0C8CD0: hue angle of 200.82º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C8CD0 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 140 208 -
CMYK 0.94 0.33 0 0.18
HSL 200.82º 0.89% 0.43% -
HSV(B) 200.82º 0.94% 0.82% -
XYZ 20.91 23.39 63.09 -
YUV 109.48 183.59 58.47 -
System Red Green Blue C M Y K H S L
Decimal 12 140 208 0.94 0.33 0 0.18 200.82 0.89 0.43
Hex C 8C D0 5E 21 0 12 C9 59 2B
Octal 14 214 320 136 41 0 22 311 131 53
Binary 1100 10001100 11010000 1011110 100001 0 10010 11001001 1011001 101011

Color Harmonies of #0C8CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8CD0

Black with #0C8CD0

Text Example


Text Example

White with #0C8CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,140,208); }

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

background-color css

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

 a { background-color: rgb(12,140,208); }

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

border-color css

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

 span { border-color: rgb(12,140,208); }

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