Html Css Color HEX #0C8DAB Bondi Blue

📋 copy color: '#0C8DAB'

red 12 ◦ green 141 ◦ blue 171

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

Shades of Bondi Blue #0C8DAB

Tints of Bondi Blue #0C8DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.52%

 BLUE value IS 171 (67.19% from 255) = 52.78%

R = 3.7%
G = 43.52%
B = 52.78%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C8DAB (or 0x0C8DAB) is known color: Bondi Blue. HEX triplet: 0C, 8D and AB. RGB value is (12,141,171). Sum of RGB (Red+Green+Blue) = 12+141+171=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C8DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8DAB is #F37254. Grayscale: #696969. Windows color (decimal): -15954517 or 11242764. OLE color: 11242764.

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

Color convert

RGB 12 141 171 -
CMYK 0.93 0.18 0 0.33
HSL 191.32º 0.87% 0.36% -
HSV(B) 191.32º 0.93% 0.67% -
XYZ 17.03 22.07 41.89 -
YUV 105.85 164.76 61.06 -
System Red Green Blue C M Y K H S L
Decimal 12 141 171 0.93 0.18 0 0.33 191.32 0.87 0.36
Hex C 8D AB 5D 12 0 21 BF 57 24
Octal 14 215 253 135 22 0 41 277 127 44
Binary 1100 10001101 10101011 1011101 10010 0 100001 10111111 1010111 100100

Color Harmonies of #0C8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8DAB

Black with #0C8DAB

Text Example


Text Example

White with #0C8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,141,171); }

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

background-color css

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

 a { background-color: rgb(12,141,171); }

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

border-color css

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

 span { border-color: rgb(12,141,171); }

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