Html Css Color HEX #088DBC Bondi Blue

📋 copy color: '#088DBC'

red 8 ◦ green 141 ◦ blue 188

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

Shades of Bondi Blue #088DBC

Tints of Bondi Blue #088DBC

RGB

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

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

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

R = 2.37%
G = 41.84%
B = 55.79%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#088DBC (or 0x088DBC) is known color: Bondi Blue. HEX triplet: 08, 8D and BC. RGB value is (8,141,188). Sum of RGB (Red+Green+Blue) = 8+141+188=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #088DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DBC is #F77243. Grayscale: #6A6A6A. Windows color (decimal): -16216644 or 12356872. OLE color: 12356872.

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

Color convert

RGB 8 141 188 -
CMYK 0.96 0.25 0 0.26
HSL 195.67º 0.92% 0.38% -
HSV(B) 195.67º 0.96% 0.74% -
XYZ 18.7 22.73 50.98 -
YUV 106.59 173.94 57.68 -
System Red Green Blue C M Y K H S L
Decimal 8 141 188 0.96 0.25 0 0.26 195.67 0.92 0.38
Hex 8 8D BC 60 19 0 1A C4 5C 26
Octal 10 215 274 140 31 0 32 304 134 46
Binary 1000 10001101 10111100 1100000 11001 0 11010 11000100 1011100 100110

Color Harmonies of #088DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DBC

Black with #088DBC

Text Example


Text Example

White with #088DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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