Html Css Color HEX #008AAF Bondi Blue

📋 copy color: '#008AAF'

red 0 ◦ green 138 ◦ blue 175

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

Shades of Bondi Blue #008AAF

Tints of Bondi Blue #008AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 0%
G = 44.09%
B = 55.91%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#008AAF (or 0x008AAF) is known color: Bondi Blue. HEX triplet: 00, 8A and AF. RGB value is (0,138,175). Sum of RGB (Red+Green+Blue) = 0+138+175=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #008AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008AAF is #FF7550. Grayscale: #646464. Windows color (decimal): -16741713 or 11504128. OLE color: 11504128.

HSL color Cylindrical-coordinate representation of color #008AAF: hue angle of 192.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AAF is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 138 175 -
CMYK 1 0.21 0 0.31
HSL 192.69º 1% 0.34% -
HSV(B) 192.69º 1% 0.69% -
XYZ 16.83 21.27 43.78 -
YUV 100.96 169.78 55.99 -
System Red Green Blue C M Y K H S L
Decimal 0 138 175 1 0.21 0 0.31 192.69 1 0.34
Hex 0 8A AF 64 15 0 1F C1 64 22
Octal 0 212 257 144 25 0 37 301 144 42
Binary 0 10001010 10101111 1100100 10101 0 11111 11000001 1100100 100010

Color Harmonies of #008AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008AAF

Black with #008AAF

Text Example


Text Example

White with #008AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,138,175); }

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

background-color css

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

 a { background-color: rgb(0,138,175); }

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

border-color css

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

 span { border-color: rgb(0,138,175); }

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