Html Css Color HEX #088DAE Bondi Blue

📋 copy color: '#088DAE'

red 8 ◦ green 141 ◦ blue 174

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

Shades of Bondi Blue #088DAE

Tints of Bondi Blue #088DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.65%

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 2.48%
G = 43.65%
B = 53.87%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#088DAE (or 0x088DAE) is known color: Bondi Blue. HEX triplet: 08, 8D and AE. RGB value is (8,141,174). Sum of RGB (Red+Green+Blue) = 8+141+174=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #088DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088DAE is #F77251. Grayscale: #686868. Windows color (decimal): -16216658 or 11439368. OLE color: 11439368.

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

Color convert

RGB 8 141 174 -
CMYK 0.95 0.19 0 0.32
HSL 191.93º 0.91% 0.36% -
HSV(B) 191.93º 0.95% 0.68% -
XYZ 17.27 22.16 43.41 -
YUV 105 166.94 58.82 -
System Red Green Blue C M Y K H S L
Decimal 8 141 174 0.95 0.19 0 0.32 191.93 0.91 0.36
Hex 8 8D AE 5F 13 0 20 C0 5B 24
Octal 10 215 256 137 23 0 40 300 133 44
Binary 1000 10001101 10101110 1011111 10011 0 100000 11000000 1011011 100100

Color Harmonies of #088DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DAE

Black with #088DAE

Text Example


Text Example

White with #088DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,141,174); }

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

background-color css

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

 a { background-color: rgb(8,141,174); }

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

border-color css

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

 span { border-color: rgb(8,141,174); }

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