Html Css Color HEX #0F93AB Bondi Blue

📋 copy color: '#0F93AB'

red 15 ◦ green 147 ◦ blue 171

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

Shades of Bondi Blue #0F93AB

Tints of Bondi Blue #0F93AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 4.5%
G = 44.14%
B = 51.35%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F93AB (or 0x0F93AB) is known color: Bondi Blue. HEX triplet: 0F, 93 and AB. RGB value is (15,147,171). Sum of RGB (Red+Green+Blue) = 15+147+171=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F93AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F93AB is #F06C54. Grayscale: #6E6E6E. Windows color (decimal): -15756373 or 11244303. OLE color: 11244303.

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

Color convert

RGB 15 147 171 -
CMYK 0.91 0.14 0 0.33
HSL 189.23º 0.84% 0.36% -
HSV(B) 189.23º 0.91% 0.67% -
XYZ 17.98 23.91 42.2 -
YUV 110.27 162.27 60.05 -
System Red Green Blue C M Y K H S L
Decimal 15 147 171 0.91 0.14 0 0.33 189.23 0.84 0.36
Hex F 93 AB 5B E 0 21 BD 54 24
Octal 17 223 253 133 16 0 41 275 124 44
Binary 1111 10010011 10101011 1011011 1110 0 100001 10111101 1010100 100100

Color Harmonies of #0F93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F93AB

Black with #0F93AB

Text Example


Text Example

White with #0F93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,147,171); }

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

background-color css

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

 a { background-color: rgb(15,147,171); }

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

border-color css

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

 span { border-color: rgb(15,147,171); }

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