Html Css Color HEX #0C9BAC Bondi Blue

📋 copy color: '#0C9BAC'

red 12 ◦ green 155 ◦ blue 172

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

Shades of Bondi Blue #0C9BAC

Tints of Bondi Blue #0C9BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.72%

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

R = 3.54%
G = 45.72%
B = 50.74%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C9BAC (or 0x0C9BAC) is known color: Bondi Blue. HEX triplet: 0C, 9B and AC. RGB value is (12,155,172). Sum of RGB (Red+Green+Blue) = 12+155+172=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C9BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9BAC is #F36453. Grayscale: #717171. Windows color (decimal): -15950932 or 11311884. OLE color: 11311884.

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

Color convert

RGB 12 155 172 -
CMYK 0.93 0.10 0 0.33
HSL 186.38º 0.87% 0.36% -
HSV(B) 186.38º 0.93% 0.67% -
XYZ 19.32 26.5 43.13 -
YUV 114.18 160.62 55.12 -
System Red Green Blue C M Y K H S L
Decimal 12 155 172 0.93 0.10 0 0.33 186.38 0.87 0.36
Hex C 9B AC 5D A 0 21 BA 57 24
Octal 14 233 254 135 12 0 41 272 127 44
Binary 1100 10011011 10101100 1011101 1010 0 100001 10111010 1010111 100100

Color Harmonies of #0C9BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9BAC

Black with #0C9BAC

Text Example


Text Example

White with #0C9BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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