Html Css Color HEX #088FAE Bondi Blue

📋 copy color: '#088FAE'

red 8 ◦ green 143 ◦ blue 174

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

Shades of Bondi Blue #088FAE

Tints of Bondi Blue #088FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.54%

R = 2.46%
G = 44%
B = 53.54%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#088FAE (or 0x088FAE) is known color: Bondi Blue. HEX triplet: 08, 8F and AE. RGB value is (8,143,174). Sum of RGB (Red+Green+Blue) = 8+143+174=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #088FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088FAE is #F77051. Grayscale: #696969. Windows color (decimal): -16216146 or 11439880. OLE color: 11439880.

HSL color Cylindrical-coordinate representation of color #088FAE: hue angle of 191.2º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088FAE is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 143 174 -
CMYK 0.95 0.18 0 0.32
HSL 191.2º 0.91% 0.36% -
HSV(B) 191.2º 0.95% 0.68% -
XYZ 17.56 22.75 43.51 -
YUV 106.17 166.27 57.98 -
System Red Green Blue C M Y K H S L
Decimal 8 143 174 0.95 0.18 0 0.32 191.2 0.91 0.36
Hex 8 8F AE 5F 12 0 20 BF 5B 24
Octal 10 217 256 137 22 0 40 277 133 44
Binary 1000 10001111 10101110 1011111 10010 0 100000 10111111 1011011 100100

Color Harmonies of #088FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FAE

Black with #088FAE

Text Example


Text Example

White with #088FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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