Html Css Color HEX #088AAD Bondi Blue

📋 copy color: '#088AAD'

red 8 ◦ green 138 ◦ blue 173

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

Shades of Bondi Blue #088AAD

Tints of Bondi Blue #088AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 2.51%
G = 43.26%
B = 54.23%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#088AAD (or 0x088AAD) is known color: Bondi Blue. HEX triplet: 08, 8A and AD. RGB value is (8,138,173). Sum of RGB (Red+Green+Blue) = 8+138+173=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #088AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088AAD is #F77552. Grayscale: #666666. Windows color (decimal): -16217427 or 11373064. OLE color: 11373064.

HSL color Cylindrical-coordinate representation of color #088AAD: hue angle of 192.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088AAD is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 138 173 -
CMYK 0.95 0.20 0 0.32
HSL 192.73º 0.91% 0.35% -
HSV(B) 192.73º 0.95% 0.68% -
XYZ 16.73 21.25 42.75 -
YUV 103.12 167.43 60.15 -
System Red Green Blue C M Y K H S L
Decimal 8 138 173 0.95 0.20 0 0.32 192.73 0.91 0.35
Hex 8 8A AD 5F 14 0 20 C1 5B 23
Octal 10 212 255 137 24 0 40 301 133 43
Binary 1000 10001010 10101101 1011111 10100 0 100000 11000001 1011011 100011

Color Harmonies of #088AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088AAD

Black with #088AAD

Text Example


Text Example

White with #088AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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