Html Css Color HEX #088DB5 Bondi Blue

📋 copy color: '#088DB5'

red 8 ◦ green 141 ◦ blue 181

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

Shades of Bondi Blue #088DB5

Tints of Bondi Blue #088DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 54.85%

R = 2.42%
G = 42.73%
B = 54.85%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#088DB5 (or 0x088DB5) is known color: Bondi Blue. HEX triplet: 08, 8D and B5. RGB value is (8,141,181). Sum of RGB (Red+Green+Blue) = 8+141+181=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 181 (71.09% from 255 or 54.85% from 330); Max value from RGB is 181 - color contains mainly: blue. Hex color #088DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DB5 is #F7724A. Grayscale: #696969. Windows color (decimal): -16216651 or 11898120. OLE color: 11898120.

HSL color Cylindrical-coordinate representation of color #088DB5: hue angle of 193.87º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DB5 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 141 181 -
CMYK 0.96 0.22 0 0.29
HSL 193.87º 0.92% 0.37% -
HSV(B) 193.87º 0.96% 0.71% -
XYZ 17.97 22.44 47.1 -
YUV 105.79 170.44 58.25 -
System Red Green Blue C M Y K H S L
Decimal 8 141 181 0.96 0.22 0 0.29 193.87 0.92 0.37
Hex 8 8D B5 60 16 0 1D C2 5C 25
Octal 10 215 265 140 26 0 35 302 134 45
Binary 1000 10001101 10110101 1100000 10110 0 11101 11000010 1011100 100101

Color Harmonies of #088DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DB5

Black with #088DB5

Text Example


Text Example

White with #088DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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