Html Css Color HEX #0F8DAC Bondi Blue

📋 copy color: '#0F8DAC'

red 15 ◦ green 141 ◦ blue 172

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

Shades of Bondi Blue #0F8DAC

Tints of Bondi Blue #0F8DAC

RGB

 RED value IS 15 (6.25% from 255) = 4.57%

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

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

R = 4.57%
G = 42.99%
B = 52.44%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F8DAC (or 0x0F8DAC) is known color: Bondi Blue. HEX triplet: 0F, 8D and AC. RGB value is (15,141,172). Sum of RGB (Red+Green+Blue) = 15+141+172=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F8DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8DAC is #F07253. Grayscale: #6A6A6A. Windows color (decimal): -15757908 or 11308303. OLE color: 11308303.

HSL color Cylindrical-coordinate representation of color #0F8DAC: hue angle of 191.85º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F8DAC is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 141 172 -
CMYK 0.91 0.18 0 0.33
HSL 191.85º 0.84% 0.37% -
HSV(B) 191.85º 0.91% 0.67% -
XYZ 17.17 22.13 42.4 -
YUV 106.86 164.76 62.48 -
System Red Green Blue C M Y K H S L
Decimal 15 141 172 0.91 0.18 0 0.33 191.85 0.84 0.37
Hex F 8D AC 5B 12 0 21 C0 54 25
Octal 17 215 254 133 22 0 41 300 124 45
Binary 1111 10001101 10101100 1011011 10010 0 100001 11000000 1010100 100101

Color Harmonies of #0F8DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8DAC

Black with #0F8DAC

Text Example


Text Example

White with #0F8DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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