Html Css Color HEX #088FBC Bondi Blue

📋 copy color: '#088FBC'

red 8 ◦ green 143 ◦ blue 188

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

Shades of Bondi Blue #088FBC

Tints of Bondi Blue #088FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 2.36%
G = 42.18%
B = 55.46%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#088FBC (or 0x088FBC) is known color: Bondi Blue. HEX triplet: 08, 8F and BC. RGB value is (8,143,188). Sum of RGB (Red+Green+Blue) = 8+143+188=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #088FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FBC is #F77043. Grayscale: #6B6B6B. Windows color (decimal): -16216132 or 12357384. OLE color: 12357384.

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

Color convert

RGB 8 143 188 -
CMYK 0.96 0.24 0 0.26
HSL 195º 0.92% 0.38% -
HSV(B) 195º 0.96% 0.74% -
XYZ 19 23.33 51.08 -
YUV 107.77 173.27 56.84 -
System Red Green Blue C M Y K H S L
Decimal 8 143 188 0.96 0.24 0 0.26 195 0.92 0.38
Hex 8 8F BC 60 18 0 1A C3 5C 26
Octal 10 217 274 140 30 0 32 303 134 46
Binary 1000 10001111 10111100 1100000 11000 0 11010 11000011 1011100 100110

Color Harmonies of #088FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FBC

Black with #088FBC

Text Example


Text Example

White with #088FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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