Html Css Color HEX #0C9DCD Pacific Blue

📋 copy color: '#0C9DCD'

red 12 ◦ green 157 ◦ blue 205

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

Shades of Pacific Blue #0C9DCD

Tints of Pacific Blue #0C9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.98%

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

R = 3.21%
G = 41.98%
B = 54.81%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C9DCD (or 0x0C9DCD) is known color: Pacific Blue. HEX triplet: 0C, 9D and CD. RGB value is (12,157,205). Sum of RGB (Red+Green+Blue) = 12+157+205=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C9DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9DCD is #F36232. Grayscale: #767676. Windows color (decimal): -15950387 or 13475084. OLE color: 13475084.

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

Color convert

RGB 12 157 205 -
CMYK 0.94 0.23 0 0.20
HSL 194.92º 0.89% 0.43% -
HSV(B) 194.92º 0.94% 0.8% -
XYZ 23.23 28.6 62.05 -
YUV 119.12 176.46 51.6 -
System Red Green Blue C M Y K H S L
Decimal 12 157 205 0.94 0.23 0 0.20 194.92 0.89 0.43
Hex C 9D CD 5E 17 0 14 C3 59 2B
Octal 14 235 315 136 27 0 24 303 131 53
Binary 1100 10011101 11001101 1011110 10111 0 10100 11000011 1011001 101011

Color Harmonies of #0C9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9DCD

Black with #0C9DCD

Text Example


Text Example

White with #0C9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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