Html Css Color HEX #008FB2 Bondi Blue

📋 copy color: '#008FB2'

red 0 ◦ green 143 ◦ blue 178

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

Shades of Bondi Blue #008FB2

Tints of Bondi Blue #008FB2

RGB

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

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

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

R = 0%
G = 44.55%
B = 55.45%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#008FB2 (or 0x008FB2) is known color: Bondi Blue. HEX triplet: 00, 8F and B2. RGB value is (0,143,178). Sum of RGB (Red+Green+Blue) = 0+143+178=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 178 (69.92% from 255 or 55.45% from 321); Max value from RGB is 178 - color contains mainly: blue. Hex color #008FB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008FB2 is #FF704D. Grayscale: #676767. Windows color (decimal): -16740430 or 11702016. OLE color: 11702016.

HSL color Cylindrical-coordinate representation of color #008FB2: hue angle of 191.8º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FB2 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 143 178 -
CMYK 1 0.20 0 0.30
HSL 191.8º 1% 0.35% -
HSV(B) 191.8º 1% 0.7% -
XYZ 17.86 22.86 45.59 -
YUV 104.23 169.62 53.65 -
System Red Green Blue C M Y K H S L
Decimal 0 143 178 1 0.20 0 0.30 191.8 1 0.35
Hex 0 8F B2 64 14 0 1E C0 64 23
Octal 0 217 262 144 24 0 36 300 144 43
Binary 0 10001111 10110010 1100100 10100 0 11110 11000000 1100100 100011

Color Harmonies of #008FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FB2

Black with #008FB2

Text Example


Text Example

White with #008FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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