Html Css Color HEX #0C97AA Bondi Blue

📋 copy color: '#0C97AA'

red 12 ◦ green 151 ◦ blue 170

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

Shades of Bondi Blue #0C97AA

Tints of Bondi Blue #0C97AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 3.6%
G = 45.35%
B = 51.05%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C97AA (or 0x0C97AA) is known color: Bondi Blue. HEX triplet: 0C, 97 and AA. RGB value is (12,151,170). Sum of RGB (Red+Green+Blue) = 12+151+170=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C97AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C97AA is #F36855. Grayscale: #6F6F6F. Windows color (decimal): -15951958 or 11179788. OLE color: 11179788.

HSL color Cylindrical-coordinate representation of color #0C97AA: hue angle of 187.22º 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 #0C97AA is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 151 170 -
CMYK 0.93 0.11 0 0.33
HSL 187.22º 0.87% 0.36% -
HSV(B) 187.22º 0.93% 0.67% -
XYZ 18.47 25.11 41.9 -
YUV 111.61 160.95 56.96 -
System Red Green Blue C M Y K H S L
Decimal 12 151 170 0.93 0.11 0 0.33 187.22 0.87 0.36
Hex C 97 AA 5D B 0 21 BB 57 24
Octal 14 227 252 135 13 0 41 273 127 44
Binary 1100 10010111 10101010 1011101 1011 0 100001 10111011 1010111 100100

Color Harmonies of #0C97AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C97AA

Black with #0C97AA

Text Example


Text Example

White with #0C97AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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