Html Css Color HEX #0C8AAD Bondi Blue

📋 copy color: '#0C8AAD'

red 12 ◦ green 138 ◦ blue 173

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

Shades of Bondi Blue #0C8AAD

Tints of Bondi Blue #0C8AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.72%

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

R = 3.72%
G = 42.72%
B = 53.56%

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

#0C8AAD (or 0x0C8AAD) is known color: Bondi Blue. HEX triplet: 0C, 8A and AD. RGB value is (12,138,173). Sum of RGB (Red+Green+Blue) = 12+138+173=323 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.72% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C8AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8AAD is #F37552. Grayscale: #686868. Windows color (decimal): -15955283 or 11373068. OLE color: 11373068.

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

Color convert

RGB 12 138 173 -
CMYK 0.93 0.20 0 0.32
HSL 193.04º 0.87% 0.36% -
HSV(B) 193.04º 0.93% 0.68% -
XYZ 16.78 21.27 42.76 -
YUV 104.32 166.76 62.15 -
System Red Green Blue C M Y K H S L
Decimal 12 138 173 0.93 0.20 0 0.32 193.04 0.87 0.36
Hex C 8A AD 5D 14 0 20 C1 57 24
Octal 14 212 255 135 24 0 40 301 127 44
Binary 1100 10001010 10101101 1011101 10100 0 100000 11000001 1010111 100100

Color Harmonies of #0C8AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8AAD

Black with #0C8AAD

Text Example


Text Example

White with #0C8AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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