Html Css Color HEX #0F8EAC Bondi Blue

📋 copy color: '#0F8EAC'

red 15 ◦ green 142 ◦ blue 172

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

Shades of Bondi Blue #0F8EAC

Tints of Bondi Blue #0F8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.16%

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

R = 4.56%
G = 43.16%
B = 52.28%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F8EAC (or 0x0F8EAC) is known color: Bondi Blue. HEX triplet: 0F, 8E and AC. RGB value is (15,142,172). Sum of RGB (Red+Green+Blue) = 15+142+172=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F8EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8EAC is #F07153. Grayscale: #6B6B6B. Windows color (decimal): -15757652 or 11308559. OLE color: 11308559.

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

Color convert

RGB 15 142 172 -
CMYK 0.91 0.17 0 0.33
HSL 191.47º 0.84% 0.37% -
HSV(B) 191.47º 0.91% 0.67% -
XYZ 17.32 22.43 42.45 -
YUV 107.45 164.42 62.06 -
System Red Green Blue C M Y K H S L
Decimal 15 142 172 0.91 0.17 0 0.33 191.47 0.84 0.37
Hex F 8E AC 5B 11 0 21 BF 54 25
Octal 17 216 254 133 21 0 41 277 124 45
Binary 1111 10001110 10101100 1011011 10001 0 100001 10111111 1010100 100101

Color Harmonies of #0F8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8EAC

Black with #0F8EAC

Text Example


Text Example

White with #0F8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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