Html Css Color HEX #088DBB Bondi Blue

📋 copy color: '#088DBB'

red 8 ◦ green 141 ◦ blue 187

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

Shades of Bondi Blue #088DBB

Tints of Bondi Blue #088DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.65%

R = 2.38%
G = 41.96%
B = 55.65%

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

#088DBB (or 0x088DBB) is known color: Bondi Blue. HEX triplet: 08, 8D and BB. RGB value is (8,141,187). Sum of RGB (Red+Green+Blue) = 8+141+187=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #088DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DBB is #F77244. Grayscale: #6A6A6A. Windows color (decimal): -16216645 or 12291336. OLE color: 12291336.

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

Color convert

RGB 8 141 187 -
CMYK 0.96 0.25 0 0.27
HSL 195.42º 0.92% 0.38% -
HSV(B) 195.42º 0.96% 0.73% -
XYZ 18.59 22.69 50.41 -
YUV 106.48 173.44 57.76 -
System Red Green Blue C M Y K H S L
Decimal 8 141 187 0.96 0.25 0 0.27 195.42 0.92 0.38
Hex 8 8D BB 60 19 0 1B C3 5C 26
Octal 10 215 273 140 31 0 33 303 134 46
Binary 1000 10001101 10111011 1100000 11001 0 11011 11000011 1011100 100110

Color Harmonies of #088DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DBB

Black with #088DBB

Text Example


Text Example

White with #088DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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