Html Css Color HEX #0F8BAC Bondi Blue

📋 copy color: '#0F8BAC'

red 15 ◦ green 139 ◦ blue 172

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

Shades of Bondi Blue #0F8BAC

Tints of Bondi Blue #0F8BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.64%

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

R = 4.6%
G = 42.64%
B = 52.76%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F8BAC (or 0x0F8BAC) is known color: Bondi Blue. HEX triplet: 0F, 8B and AC. RGB value is (15,139,172). Sum of RGB (Red+Green+Blue) = 15+139+172=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F8BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8BAC is #F07453. Grayscale: #696969. Windows color (decimal): -15758420 or 11307791. OLE color: 11307791.

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

Color convert

RGB 15 139 172 -
CMYK 0.91 0.19 0 0.33
HSL 192.61º 0.84% 0.37% -
HSV(B) 192.61º 0.91% 0.67% -
XYZ 16.88 21.55 42.3 -
YUV 105.69 165.42 63.32 -
System Red Green Blue C M Y K H S L
Decimal 15 139 172 0.91 0.19 0 0.33 192.61 0.84 0.37
Hex F 8B AC 5B 13 0 21 C1 54 25
Octal 17 213 254 133 23 0 41 301 124 45
Binary 1111 10001011 10101100 1011011 10011 0 100001 11000001 1010100 100101

Color Harmonies of #0F8BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8BAC

Black with #0F8BAC

Text Example


Text Example

White with #0F8BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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