Html Css Color HEX #0C8BAD Bondi Blue

📋 copy color: '#0C8BAD'

red 12 ◦ green 139 ◦ blue 173

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

Shades of Bondi Blue #0C8BAD

Tints of Bondi Blue #0C8BAD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.9%

 BLUE value IS 173 (67.97% from 255) = 53.4%

R = 3.7%
G = 42.9%
B = 53.4%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C8BAD (or 0x0C8BAD) is known color: Bondi Blue. HEX triplet: 0C, 8B and AD. RGB value is (12,139,173). Sum of RGB (Red+Green+Blue) = 12+139+173=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C8BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8BAD is #F37452. Grayscale: #686868. Windows color (decimal): -15955027 or 11373324. OLE color: 11373324.

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

Color convert

RGB 12 139 173 -
CMYK 0.93 0.20 0 0.32
HSL 192.67º 0.87% 0.36% -
HSV(B) 192.67º 0.93% 0.68% -
XYZ 16.93 21.56 42.8 -
YUV 104.9 166.42 61.74 -
System Red Green Blue C M Y K H S L
Decimal 12 139 173 0.93 0.20 0 0.32 192.67 0.87 0.36
Hex C 8B AD 5D 14 0 20 C1 57 24
Octal 14 213 255 135 24 0 40 301 127 44
Binary 1100 10001011 10101101 1011101 10100 0 100000 11000001 1010111 100100

Color Harmonies of #0C8BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8BAD

Black with #0C8BAD

Text Example


Text Example

White with #0C8BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,139,173); }

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

background-color css

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

 a { background-color: rgb(12,139,173); }

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

border-color css

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

 span { border-color: rgb(12,139,173); }

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