Html Css Color HEX #0CA6BE Pacific Blue

📋 copy color: '#0CA6BE'

red 12 ◦ green 166 ◦ blue 190

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

Shades of Pacific Blue #0CA6BE

Tints of Pacific Blue #0CA6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.11%

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 3.26%
G = 45.11%
B = 51.63%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0CA6BE (or 0x0CA6BE) is known color: Pacific Blue. HEX triplet: 0C, A6 and BE. RGB value is (12,166,190). Sum of RGB (Red+Green+Blue) = 12+166+190=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #0CA6BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA6BE is #F35941. Grayscale: #7A7A7A. Windows color (decimal): -15948098 or 12494348. OLE color: 12494348.

HSL color Cylindrical-coordinate representation of color #0CA6BE: hue angle of 188.09º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA6BE is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 166 190 -
CMYK 0.94 0.13 0 0.25
HSL 188.09º 0.88% 0.4% -
HSV(B) 188.09º 0.94% 0.75% -
XYZ 23.08 31.07 53.5 -
YUV 122.69 165.98 49.05 -
System Red Green Blue C M Y K H S L
Decimal 12 166 190 0.94 0.13 0 0.25 188.09 0.88 0.4
Hex C A6 BE 5E D 0 19 BC 58 28
Octal 14 246 276 136 15 0 31 274 130 50
Binary 1100 10100110 10111110 1011110 1101 0 11001 10111100 1011000 101000

Color Harmonies of #0CA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA6BE

Black with #0CA6BE

Text Example


Text Example

White with #0CA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,166,190); }

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

background-color css

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

 a { background-color: rgb(12,166,190); }

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

border-color css

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

 span { border-color: rgb(12,166,190); }

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