Html Css Color HEX #008FAA Bondi Blue

📋 copy color: '#008FAA'

red 0 ◦ green 143 ◦ blue 170

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

Shades of Bondi Blue #008FAA

Tints of Bondi Blue #008FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 0%
G = 45.69%
B = 54.31%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#008FAA (or 0x008FAA) is known color: Bondi Blue. HEX triplet: 00, 8F and AA. RGB value is (0,143,170). Sum of RGB (Red+Green+Blue) = 0+143+170=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #008FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008FAA is #FF7055. Grayscale: #676767. Windows color (decimal): -16740438 or 11177728. OLE color: 11177728.

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

Color convert

RGB 0 143 170 -
CMYK 1 0.16 0 0.33
HSL 189.53º 1% 0.33% -
HSV(B) 189.53º 1% 0.67% -
XYZ 17.08 22.55 41.48 -
YUV 103.32 165.62 54.3 -
System Red Green Blue C M Y K H S L
Decimal 0 143 170 1 0.16 0 0.33 189.53 1 0.33
Hex 0 8F AA 64 10 0 21 BE 64 21
Octal 0 217 252 144 20 0 41 276 144 41
Binary 0 10001111 10101010 1100100 10000 0 100001 10111110 1100100 100001

Color Harmonies of #008FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FAA

Black with #008FAA

Text Example


Text Example

White with #008FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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