Html Css Color HEX #008FBF Bondi Blue

📋 copy color: '#008FBF'

red 0 ◦ green 143 ◦ blue 191

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

Shades of Bondi Blue #008FBF

Tints of Bondi Blue #008FBF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 143 (56.25% from 255) = 42.81%

 BLUE value IS 191 (75% from 255) = 57.19%

R = 0%
G = 42.81%
B = 57.19%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#008FBF (or 0x008FBF) is known color: Bondi Blue. HEX triplet: 00, 8F and BF. RGB value is (0,143,191). Sum of RGB (Red+Green+Blue) = 0+143+191=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #008FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FBF is #FF7040. Grayscale: #696969. Windows color (decimal): -16740417 or 12553984. OLE color: 12553984.

HSL color Cylindrical-coordinate representation of color #008FBF: hue angle of 195.08º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FBF is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 143 191 -
CMYK 1 0.25 0 0.25
HSL 195.08º 1% 0.37% -
HSV(B) 195.08º 1% 0.75% -
XYZ 19.23 23.41 52.79 -
YUV 105.72 176.12 52.6 -
System Red Green Blue C M Y K H S L
Decimal 0 143 191 1 0.25 0 0.25 195.08 1 0.37
Hex 0 8F BF 64 19 0 19 C3 64 25
Octal 0 217 277 144 31 0 31 303 144 45
Binary 0 10001111 10111111 1100100 11001 0 11001 11000011 1100100 100101

Color Harmonies of #008FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FBF

Black with #008FBF

Text Example


Text Example

White with #008FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008FBF; }

 p { color: rgb(0,143,191); }

 H1.HeaderClassName
 {
   color: #008FBF;
 }
 .AnyTagClassName
 {
   color: #008FBF;
 }
</style>

background-color css

<style>
 a { background-color: #008FBF; }

 a { background-color: rgb(0,143,191); }

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

border-color css

<style>
 span { border-color: #008FBF; }

 span { border-color: rgb(0,143,191); }

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