Html Css Color HEX #088CBA Bondi Blue

📋 copy color: '#088CBA'

red 8 ◦ green 140 ◦ blue 186

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

Shades of Bondi Blue #088CBA

Tints of Bondi Blue #088CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.92%

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

R = 2.4%
G = 41.92%
B = 55.69%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#088CBA (or 0x088CBA) is known color: Bondi Blue. HEX triplet: 08, 8C and BA. RGB value is (8,140,186). Sum of RGB (Red+Green+Blue) = 8+140+186=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #088CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CBA is #F77345. Grayscale: #696969. Windows color (decimal): -16216902 or 12225544. OLE color: 12225544.

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

Color convert

RGB 8 140 186 -
CMYK 0.96 0.25 0 0.27
HSL 195.51º 0.92% 0.38% -
HSV(B) 195.51º 0.96% 0.73% -
XYZ 18.34 22.35 49.8 -
YUV 105.78 173.27 58.26 -
System Red Green Blue C M Y K H S L
Decimal 8 140 186 0.96 0.25 0 0.27 195.51 0.92 0.38
Hex 8 8C BA 60 19 0 1B C4 5C 26
Octal 10 214 272 140 31 0 33 304 134 46
Binary 1000 10001100 10111010 1100000 11001 0 11011 11000100 1011100 100110

Color Harmonies of #088CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CBA

Black with #088CBA

Text Example


Text Example

White with #088CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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