Html Css Color HEX #08A1AD Bondi Blue

📋 copy color: '#08A1AD'

red 8 ◦ green 161 ◦ blue 173

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

Shades of Bondi Blue #08A1AD

Tints of Bondi Blue #08A1AD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.08%

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

R = 2.34%
G = 47.08%
B = 50.58%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#08A1AD (or 0x08A1AD) is known color: Bondi Blue. HEX triplet: 08, A1 and AD. RGB value is (8,161,173). Sum of RGB (Red+Green+Blue) = 8+161+173=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #08A1AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A1AD is #F75E52. Grayscale: #747474. Windows color (decimal): -16211539 or 11378952. OLE color: 11378952.

HSL color Cylindrical-coordinate representation of color #08A1AD: hue angle of 184.36º 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 #08A1AD is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 161 173 -
CMYK 0.95 0.07 0 0.32
HSL 184.36º 0.91% 0.35% -
HSV(B) 184.36º 0.95% 0.68% -
XYZ 20.39 28.56 43.97 -
YUV 116.62 159.81 50.52 -
System Red Green Blue C M Y K H S L
Decimal 8 161 173 0.95 0.07 0 0.32 184.36 0.91 0.35
Hex 8 A1 AD 5F 7 0 20 B8 5B 23
Octal 10 241 255 137 7 0 40 270 133 43
Binary 1000 10100001 10101101 1011111 111 0 100000 10111000 1011011 100011

Color Harmonies of #08A1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A1AD

Black with #08A1AD

Text Example


Text Example

White with #08A1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08A1AD; }

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

 H1.HeaderClassName
 {
   color: #08A1AD;
 }
 .AnyTagClassName
 {
   color: #08A1AD;
 }
</style>

background-color css

<style>
 a { background-color: #08A1AD; }

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

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

border-color css

<style>
 span { border-color: #08A1AD; }

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

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