Html Css Color HEX #088AB2 Bondi Blue

📋 copy color: '#088AB2'

red 8 ◦ green 138 ◦ blue 178

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

Shades of Bondi Blue #088AB2

Tints of Bondi Blue #088AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.94%

R = 2.47%
G = 42.59%
B = 54.94%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#088AB2 (or 0x088AB2) is known color: Bondi Blue. HEX triplet: 08, 8A and B2. RGB value is (8,138,178). Sum of RGB (Red+Green+Blue) = 8+138+178=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #088AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088AB2 is #F7754D. Grayscale: #676767. Windows color (decimal): -16217422 or 11700744. OLE color: 11700744.

HSL color Cylindrical-coordinate representation of color #088AB2: hue angle of 194.12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088AB2 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 138 178 -
CMYK 0.96 0.22 0 0.30
HSL 194.12º 0.91% 0.36% -
HSV(B) 194.12º 0.96% 0.7% -
XYZ 17.22 21.44 45.35 -
YUV 103.69 169.93 59.75 -
System Red Green Blue C M Y K H S L
Decimal 8 138 178 0.96 0.22 0 0.30 194.12 0.91 0.36
Hex 8 8A B2 60 16 0 1E C2 5B 24
Octal 10 212 262 140 26 0 36 302 133 44
Binary 1000 10001010 10110010 1100000 10110 0 11110 11000010 1011011 100100

Color Harmonies of #088AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088AB2

Black with #088AB2

Text Example


Text Example

White with #088AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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