Html Css Color HEX #088FBB Bondi Blue

📋 copy color: '#088FBB'

red 8 ◦ green 143 ◦ blue 187

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

Shades of Bondi Blue #088FBB

Tints of Bondi Blue #088FBB

RGB

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

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

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

R = 2.37%
G = 42.31%
B = 55.33%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#088FBB (or 0x088FBB) is known color: Bondi Blue. HEX triplet: 08, 8F and BB. RGB value is (8,143,187). Sum of RGB (Red+Green+Blue) = 8+143+187=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #088FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FBB is #F77044. Grayscale: #6B6B6B. Windows color (decimal): -16216133 or 12291848. OLE color: 12291848.

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

Color convert

RGB 8 143 187 -
CMYK 0.96 0.24 0 0.27
HSL 194.75º 0.92% 0.38% -
HSV(B) 194.75º 0.96% 0.73% -
XYZ 18.89 23.28 50.51 -
YUV 107.65 172.77 56.92 -
System Red Green Blue C M Y K H S L
Decimal 8 143 187 0.96 0.24 0 0.27 194.75 0.92 0.38
Hex 8 8F BB 60 18 0 1B C3 5C 26
Octal 10 217 273 140 30 0 33 303 134 46
Binary 1000 10001111 10111011 1100000 11000 0 11011 11000011 1011100 100110

Color Harmonies of #088FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FBB

Black with #088FBB

Text Example


Text Example

White with #088FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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