Html Css Color HEX #0F8AB2 Bondi Blue

📋 copy color: '#0F8AB2'

red 15 ◦ green 138 ◦ blue 178

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

Shades of Bondi Blue #0F8AB2

Tints of Bondi Blue #0F8AB2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

 BLUE value IS 178 (69.92% from 255) = 53.78%

R = 4.53%
G = 41.69%
B = 53.78%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0F8AB2 (or 0x0F8AB2) is known color: Bondi Blue. HEX triplet: 0F, 8A and B2. RGB value is (15,138,178). Sum of RGB (Red+Green+Blue) = 15+138+178=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 178 (69.92% from 255 or 53.78% from 331); Max value from RGB is 178 - color contains mainly: blue. Hex color #0F8AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8AB2 is #F0754D. Grayscale: #696969. Windows color (decimal): -15758670 or 11700751. OLE color: 11700751.

HSL color Cylindrical-coordinate representation of color #0F8AB2: hue angle of 194.72º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F8AB2 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 138 178 -
CMYK 0.92 0.22 0 0.30
HSL 194.72º 0.84% 0.38% -
HSV(B) 194.72º 0.92% 0.7% -
XYZ 17.32 21.49 45.36 -
YUV 105.78 168.75 63.25 -
System Red Green Blue C M Y K H S L
Decimal 15 138 178 0.92 0.22 0 0.30 194.72 0.84 0.38
Hex F 8A B2 5C 16 0 1E C3 54 26
Octal 17 212 262 134 26 0 36 303 124 46
Binary 1111 10001010 10110010 1011100 10110 0 11110 11000011 1010100 100110

Color Harmonies of #0F8AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8AB2

Black with #0F8AB2

Text Example


Text Example

White with #0F8AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,138,178); }

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

background-color css

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

 a { background-color: rgb(15,138,178); }

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

border-color css

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

 span { border-color: rgb(15,138,178); }

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