Html Css Color HEX #008FB3 Bondi Blue

📋 copy color: '#008FB3'

red 0 ◦ green 143 ◦ blue 179

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

Shades of Bondi Blue #008FB3

Tints of Bondi Blue #008FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.59%

R = 0%
G = 44.41%
B = 55.59%

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

#008FB3 (or 0x008FB3) is known color: Bondi Blue. HEX triplet: 00, 8F and B3. RGB value is (0,143,179). Sum of RGB (Red+Green+Blue) = 0+143+179=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #008FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FB3 is #FF704C. Grayscale: #686868. Windows color (decimal): -16740429 or 11767552. OLE color: 11767552.

HSL color Cylindrical-coordinate representation of color #008FB3: hue angle of 192.07º 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 #008FB3 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 143 179 -
CMYK 1 0.20 0 0.30
HSL 192.07º 1% 0.35% -
HSV(B) 192.07º 1% 0.7% -
XYZ 17.96 22.9 46.12 -
YUV 104.35 170.12 53.57 -
System Red Green Blue C M Y K H S L
Decimal 0 143 179 1 0.20 0 0.30 192.07 1 0.35
Hex 0 8F B3 64 14 0 1E C0 64 23
Octal 0 217 263 144 24 0 36 300 144 43
Binary 0 10001111 10110011 1100100 10100 0 11110 11000000 1100100 100011

Color Harmonies of #008FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FB3

Black with #008FB3

Text Example


Text Example

White with #008FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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