Html Css Color HEX #088BBA Bondi Blue

📋 copy color: '#088BBA'

red 8 ◦ green 139 ◦ blue 186

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

Shades of Bondi Blue #088BBA

Tints of Bondi Blue #088BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.74%

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 2.4%
G = 41.74%
B = 55.86%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#088BBA (or 0x088BBA) is known color: Bondi Blue. HEX triplet: 08, 8B and BA. RGB value is (8,139,186). Sum of RGB (Red+Green+Blue) = 8+139+186=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #088BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BBA is #F77445. Grayscale: #686868. Windows color (decimal): -16217158 or 12225288. OLE color: 12225288.

HSL color Cylindrical-coordinate representation of color #088BBA: hue angle of 195.84º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088BBA is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 139 186 -
CMYK 0.96 0.25 0 0.27
HSL 195.84º 0.92% 0.38% -
HSV(B) 195.84º 0.96% 0.73% -
XYZ 18.2 22.06 49.75 -
YUV 105.19 173.6 58.68 -
System Red Green Blue C M Y K H S L
Decimal 8 139 186 0.96 0.25 0 0.27 195.84 0.92 0.38
Hex 8 8B BA 60 19 0 1B C4 5C 26
Octal 10 213 272 140 31 0 33 304 134 46
Binary 1000 10001011 10111010 1100000 11001 0 11011 11000100 1011100 100110

Color Harmonies of #088BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BBA

Black with #088BBA

Text Example


Text Example

White with #088BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,139,186); }

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

background-color css

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

 a { background-color: rgb(8,139,186); }

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

border-color css

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

 span { border-color: rgb(8,139,186); }

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