Html Css Color HEX #088FBA Bondi Blue

📋 copy color: '#088FBA'

red 8 ◦ green 143 ◦ blue 186

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

Shades of Bondi Blue #088FBA

Tints of Bondi Blue #088FBA

RGB

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

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

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

R = 2.37%
G = 42.43%
B = 55.19%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#088FBA (or 0x088FBA) is known color: Bondi Blue. HEX triplet: 08, 8F and BA. RGB value is (8,143,186). Sum of RGB (Red+Green+Blue) = 8+143+186=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #088FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FBA is #F77045. Grayscale: #6B6B6B. Windows color (decimal): -16216134 or 12226312. OLE color: 12226312.

HSL color Cylindrical-coordinate representation of color #088FBA: hue angle of 194.49º 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 #088FBA is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 143 186 -
CMYK 0.96 0.23 0 0.27
HSL 194.49º 0.92% 0.38% -
HSV(B) 194.49º 0.96% 0.73% -
XYZ 18.79 23.24 49.95 -
YUV 107.54 172.27 57 -
System Red Green Blue C M Y K H S L
Decimal 8 143 186 0.96 0.23 0 0.27 194.49 0.92 0.38
Hex 8 8F BA 60 17 0 1B C2 5C 26
Octal 10 217 272 140 27 0 33 302 134 46
Binary 1000 10001111 10111010 1100000 10111 0 11011 11000010 1011100 100110

Color Harmonies of #088FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FBA

Black with #088FBA

Text Example


Text Example

White with #088FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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