Html Css Color HEX #088FB4 Bondi Blue

📋 copy color: '#088FB4'

red 8 ◦ green 143 ◦ blue 180

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

Shades of Bondi Blue #088FB4

Tints of Bondi Blue #088FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 54.38%

R = 2.42%
G = 43.2%
B = 54.38%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#088FB4 (or 0x088FB4) is known color: Bondi Blue. HEX triplet: 08, 8F and B4. RGB value is (8,143,180). Sum of RGB (Red+Green+Blue) = 8+143+180=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #088FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FB4 is #F7704B. Grayscale: #6A6A6A. Windows color (decimal): -16216140 or 11833096. OLE color: 11833096.

HSL color Cylindrical-coordinate representation of color #088FB4: hue angle of 192.91º degrees, saturation: 0.91, 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 #088FB4 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 143 180 -
CMYK 0.96 0.21 0 0.29
HSL 192.91º 0.91% 0.37% -
HSV(B) 192.91º 0.96% 0.71% -
XYZ 18.16 22.99 46.66 -
YUV 106.85 169.27 57.49 -
System Red Green Blue C M Y K H S L
Decimal 8 143 180 0.96 0.21 0 0.29 192.91 0.91 0.37
Hex 8 8F B4 60 15 0 1D C1 5B 25
Octal 10 217 264 140 25 0 35 301 133 45
Binary 1000 10001111 10110100 1100000 10101 0 11101 11000001 1011011 100101

Color Harmonies of #088FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FB4

Black with #088FB4

Text Example


Text Example

White with #088FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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