Html Css Color HEX #088AB0 Bondi Blue

📋 copy color: '#088AB0'

red 8 ◦ green 138 ◦ blue 176

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

Shades of Bondi Blue #088AB0

Tints of Bondi Blue #088AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 54.66%

R = 2.48%
G = 42.86%
B = 54.66%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#088AB0 (or 0x088AB0) is known color: Bondi Blue. HEX triplet: 08, 8A and B0. RGB value is (8,138,176). Sum of RGB (Red+Green+Blue) = 8+138+176=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #088AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088AB0 is #F7754F. Grayscale: #676767. Windows color (decimal): -16217424 or 11569672. OLE color: 11569672.

HSL color Cylindrical-coordinate representation of color #088AB0: hue angle of 193.57º 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 #088AB0 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 138 176 -
CMYK 0.95 0.22 0 0.31
HSL 193.57º 0.91% 0.36% -
HSV(B) 193.57º 0.95% 0.69% -
XYZ 17.03 21.36 44.3 -
YUV 103.46 168.93 59.91 -
System Red Green Blue C M Y K H S L
Decimal 8 138 176 0.95 0.22 0 0.31 193.57 0.91 0.36
Hex 8 8A B0 5F 16 0 1F C2 5B 24
Octal 10 212 260 137 26 0 37 302 133 44
Binary 1000 10001010 10110000 1011111 10110 0 11111 11000010 1011011 100100

Color Harmonies of #088AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088AB0

Black with #088AB0

Text Example


Text Example

White with #088AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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