Html Css Color HEX #0C8DAC Bondi Blue

📋 copy color: '#0C8DAC'

red 12 ◦ green 141 ◦ blue 172

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

Shades of Bondi Blue #0C8DAC

Tints of Bondi Blue #0C8DAC

RGB

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

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

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

R = 3.69%
G = 43.38%
B = 52.92%

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

#0C8DAC (or 0x0C8DAC) is known color: Bondi Blue. HEX triplet: 0C, 8D and AC. RGB value is (12,141,172). Sum of RGB (Red+Green+Blue) = 12+141+172=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C8DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8DAC is #F37253. Grayscale: #696969. Windows color (decimal): -15954516 or 11308300. OLE color: 11308300.

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

Color convert

RGB 12 141 172 -
CMYK 0.93 0.18 0 0.33
HSL 191.63º 0.87% 0.36% -
HSV(B) 191.63º 0.93% 0.67% -
XYZ 17.12 22.11 42.39 -
YUV 105.96 165.26 60.98 -
System Red Green Blue C M Y K H S L
Decimal 12 141 172 0.93 0.18 0 0.33 191.63 0.87 0.36
Hex C 8D AC 5D 12 0 21 C0 57 24
Octal 14 215 254 135 22 0 41 300 127 44
Binary 1100 10001101 10101100 1011101 10010 0 100001 11000000 1010111 100100

Color Harmonies of #0C8DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8DAC

Black with #0C8DAC

Text Example


Text Example

White with #0C8DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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