Html Css Color HEX #0C8FAD Bondi Blue

📋 copy color: '#0C8FAD'

red 12 ◦ green 143 ◦ blue 173

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

Shades of Bondi Blue #0C8FAD

Tints of Bondi Blue #0C8FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.6%

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

R = 3.66%
G = 43.6%
B = 52.74%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C8FAD (or 0x0C8FAD) is known color: Bondi Blue. HEX triplet: 0C, 8F and AD. RGB value is (12,143,173). Sum of RGB (Red+Green+Blue) = 12+143+173=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C8FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8FAD is #F37052. Grayscale: #6A6A6A. Windows color (decimal): -15954003 or 11374348. OLE color: 11374348.

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

Color convert

RGB 12 143 173 -
CMYK 0.93 0.17 0 0.32
HSL 191.18º 0.87% 0.36% -
HSV(B) 191.18º 0.93% 0.68% -
XYZ 17.52 22.74 43 -
YUV 107.25 165.1 60.06 -
System Red Green Blue C M Y K H S L
Decimal 12 143 173 0.93 0.17 0 0.32 191.18 0.87 0.36
Hex C 8F AD 5D 11 0 20 BF 57 24
Octal 14 217 255 135 21 0 40 277 127 44
Binary 1100 10001111 10101101 1011101 10001 0 100000 10111111 1010111 100100

Color Harmonies of #0C8FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8FAD

Black with #0C8FAD

Text Example


Text Example

White with #0C8FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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