Html Css Color HEX #0CA7B6 Pacific Blue

📋 copy color: '#0CA7B6'

red 12 ◦ green 167 ◦ blue 182

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

Shades of Pacific Blue #0CA7B6

Tints of Pacific Blue #0CA7B6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.26%

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 3.32%
G = 46.26%
B = 50.42%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0CA7B6 (or 0x0CA7B6) is known color: Pacific Blue. HEX triplet: 0C, A7 and B6. RGB value is (12,167,182). Sum of RGB (Red+Green+Blue) = 12+167+182=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #0CA7B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA7B6 is #F35849. Grayscale: #7A7A7A. Windows color (decimal): -15947850 or 11970316. OLE color: 11970316.

HSL color Cylindrical-coordinate representation of color #0CA7B6: hue angle of 185.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA7B6 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 167 182 -
CMYK 0.93 0.08 0 0.29
HSL 185.29º 0.88% 0.38% -
HSV(B) 185.29º 0.93% 0.71% -
XYZ 22.41 31.09 49.08 -
YUV 122.37 161.65 49.28 -
System Red Green Blue C M Y K H S L
Decimal 12 167 182 0.93 0.08 0 0.29 185.29 0.88 0.38
Hex C A7 B6 5D 8 0 1D B9 58 26
Octal 14 247 266 135 10 0 35 271 130 46
Binary 1100 10100111 10110110 1011101 1000 0 11101 10111001 1011000 100110

Color Harmonies of #0CA7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA7B6

Black with #0CA7B6

Text Example


Text Example

White with #0CA7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,167,182); }

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

background-color css

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

 a { background-color: rgb(12,167,182); }

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

border-color css

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

 span { border-color: rgb(12,167,182); }

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