Html Css Color HEX #088FB2 Bondi Blue

📋 copy color: '#088FB2'

red 8 ◦ green 143 ◦ blue 178

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

Shades of Bondi Blue #088FB2

Tints of Bondi Blue #088FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.1%

R = 2.43%
G = 43.47%
B = 54.1%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#088FB2 (or 0x088FB2) is known color: Bondi Blue. HEX triplet: 08, 8F and B2. RGB value is (8,143,178). Sum of RGB (Red+Green+Blue) = 8+143+178=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 178 (69.92% from 255 or 54.10% from 329); Max value from RGB is 178 - color contains mainly: blue. Hex color #088FB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088FB2 is #F7704D. Grayscale: #6A6A6A. Windows color (decimal): -16216142 or 11702024. OLE color: 11702024.

HSL color Cylindrical-coordinate representation of color #088FB2: hue angle of 192.35º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088FB2 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 143 178 -
CMYK 0.96 0.20 0 0.30
HSL 192.35º 0.91% 0.36% -
HSV(B) 192.35º 0.96% 0.7% -
XYZ 17.96 22.91 45.6 -
YUV 106.63 168.27 57.65 -
System Red Green Blue C M Y K H S L
Decimal 8 143 178 0.96 0.20 0 0.30 192.35 0.91 0.36
Hex 8 8F B2 60 14 0 1E C0 5B 24
Octal 10 217 262 140 24 0 36 300 133 44
Binary 1000 10001111 10110010 1100000 10100 0 11110 11000000 1011011 100100

Color Harmonies of #088FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FB2

Black with #088FB2

Text Example


Text Example

White with #088FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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