Html Css Color HEX #0C97AC Bondi Blue

📋 copy color: '#0C97AC'

red 12 ◦ green 151 ◦ blue 172

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

Shades of Bondi Blue #0C97AC

Tints of Bondi Blue #0C97AC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.07%

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 3.58%
G = 45.07%
B = 51.34%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C97AC (or 0x0C97AC) is known color: Bondi Blue. HEX triplet: 0C, 97 and AC. RGB value is (12,151,172). Sum of RGB (Red+Green+Blue) = 12+151+172=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C97AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C97AC is #F36853. Grayscale: #6F6F6F. Windows color (decimal): -15951956 or 11310860. OLE color: 11310860.

HSL color Cylindrical-coordinate representation of color #0C97AC: hue angle of 187.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C97AC is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 151 172 -
CMYK 0.93 0.12 0 0.33
HSL 187.88º 0.87% 0.36% -
HSV(B) 187.88º 0.93% 0.67% -
XYZ 18.66 25.19 42.91 -
YUV 111.83 161.95 56.79 -
System Red Green Blue C M Y K H S L
Decimal 12 151 172 0.93 0.12 0 0.33 187.88 0.87 0.36
Hex C 97 AC 5D C 0 21 BC 57 24
Octal 14 227 254 135 14 0 41 274 127 44
Binary 1100 10010111 10101100 1011101 1100 0 100001 10111100 1010111 100100

Color Harmonies of #0C97AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C97AC

Black with #0C97AC

Text Example


Text Example

White with #0C97AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,151,172); }

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

background-color css

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

 a { background-color: rgb(12,151,172); }

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

border-color css

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

 span { border-color: rgb(12,151,172); }

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