Html Css Color HEX #088AAF Bondi Blue

📋 copy color: '#088AAF'

red 8 ◦ green 138 ◦ blue 175

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

Shades of Bondi Blue #088AAF

Tints of Bondi Blue #088AAF

RGB

 RED value IS 8 (3.52% from 255) = 2.49%

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

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

R = 2.49%
G = 42.99%
B = 54.52%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#088AAF (or 0x088AAF) is known color: Bondi Blue. HEX triplet: 08, 8A and AF. RGB value is (8,138,175). Sum of RGB (Red+Green+Blue) = 8+138+175=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #088AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088AAF is #F77550. Grayscale: #676767. Windows color (decimal): -16217425 or 11504136. OLE color: 11504136.

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

Color convert

RGB 8 138 175 -
CMYK 0.95 0.21 0 0.31
HSL 193.29º 0.91% 0.36% -
HSV(B) 193.29º 0.95% 0.69% -
XYZ 16.93 21.32 43.78 -
YUV 103.35 168.43 59.99 -
System Red Green Blue C M Y K H S L
Decimal 8 138 175 0.95 0.21 0 0.31 193.29 0.91 0.36
Hex 8 8A AF 5F 15 0 1F C1 5B 24
Octal 10 212 257 137 25 0 37 301 133 44
Binary 1000 10001010 10101111 1011111 10101 0 11111 11000001 1011011 100100

Color Harmonies of #088AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088AAF

Black with #088AAF

Text Example


Text Example

White with #088AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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