Html Css Color HEX #088FAC Bondi Blue

📋 copy color: '#088FAC'

red 8 ◦ green 143 ◦ blue 172

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

Shades of Bondi Blue #088FAC

Tints of Bondi Blue #088FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.27%

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 2.48%
G = 44.27%
B = 53.25%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#088FAC (or 0x088FAC) is known color: Bondi Blue. HEX triplet: 08, 8F and AC. RGB value is (8,143,172). Sum of RGB (Red+Green+Blue) = 8+143+172=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #088FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088FAC is #F77053. Grayscale: #696969. Windows color (decimal): -16216148 or 11308808. OLE color: 11308808.

HSL color Cylindrical-coordinate representation of color #088FAC: hue angle of 190.61º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088FAC is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 143 172 -
CMYK 0.95 0.17 0 0.33
HSL 190.61º 0.91% 0.35% -
HSV(B) 190.61º 0.95% 0.67% -
XYZ 17.37 22.68 42.49 -
YUV 105.94 165.27 58.14 -
System Red Green Blue C M Y K H S L
Decimal 8 143 172 0.95 0.17 0 0.33 190.61 0.91 0.35
Hex 8 8F AC 5F 11 0 21 BF 5B 23
Octal 10 217 254 137 21 0 41 277 133 43
Binary 1000 10001111 10101100 1011111 10001 0 100001 10111111 1011011 100011

Color Harmonies of #088FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FAC

Black with #088FAC

Text Example


Text Example

White with #088FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,143,172); }

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

background-color css

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

 a { background-color: rgb(8,143,172); }

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

border-color css

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

 span { border-color: rgb(8,143,172); }

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