Html Css Color HEX #0C8ACD Pacific Blue

📋 copy color: '#0C8ACD'

red 12 ◦ green 138 ◦ blue 205

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

Shades of Pacific Blue #0C8ACD

Tints of Pacific Blue #0C8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.87%

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 3.38%
G = 38.87%
B = 57.75%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C8ACD (or 0x0C8ACD) is known color: Pacific Blue. HEX triplet: 0C, 8A and CD. RGB value is (12,138,205). Sum of RGB (Red+Green+Blue) = 12+138+205=355 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.38% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C8ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8ACD is #F37532. Grayscale: #6B6B6B. Windows color (decimal): -15955251 or 13470220. OLE color: 13470220.

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

Color convert

RGB 12 138 205 -
CMYK 0.94 0.33 0 0.20
HSL 200.83º 0.89% 0.43% -
HSV(B) 200.83º 0.94% 0.8% -
XYZ 20.26 22.66 61.06 -
YUV 107.96 182.76 59.55 -
System Red Green Blue C M Y K H S L
Decimal 12 138 205 0.94 0.33 0 0.20 200.83 0.89 0.43
Hex C 8A CD 5E 21 0 14 C9 59 2B
Octal 14 212 315 136 41 0 24 311 131 53
Binary 1100 10001010 11001101 1011110 100001 0 10100 11001001 1011001 101011

Color Harmonies of #0C8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8ACD

Black with #0C8ACD

Text Example


Text Example

White with #0C8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,138,205); }

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

background-color css

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

 a { background-color: rgb(12,138,205); }

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

border-color css

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

 span { border-color: rgb(12,138,205); }

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