Html Css Color HEX #088CB7 Bondi Blue

📋 copy color: '#088CB7'

red 8 ◦ green 140 ◦ blue 183

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

Shades of Bondi Blue #088CB7

Tints of Bondi Blue #088CB7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.3%

 BLUE value IS 183 (71.88% from 255) = 55.29%

R = 2.42%
G = 42.3%
B = 55.29%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#088CB7 (or 0x088CB7) is known color: Bondi Blue. HEX triplet: 08, 8C and B7. RGB value is (8,140,183). Sum of RGB (Red+Green+Blue) = 8+140+183=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 183 (71.88% from 255 or 55.29% from 331); Max value from RGB is 183 - color contains mainly: blue. Hex color #088CB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CB7 is #F77348. Grayscale: #696969. Windows color (decimal): -16216905 or 12028936. OLE color: 12028936.

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

Color convert

RGB 8 140 183 -
CMYK 0.96 0.23 0 0.28
HSL 194.74º 0.92% 0.37% -
HSV(B) 194.74º 0.96% 0.72% -
XYZ 18.03 22.23 48.14 -
YUV 105.43 171.77 58.5 -
System Red Green Blue C M Y K H S L
Decimal 8 140 183 0.96 0.23 0 0.28 194.74 0.92 0.37
Hex 8 8C B7 60 17 0 1C C3 5C 25
Octal 10 214 267 140 27 0 34 303 134 45
Binary 1000 10001100 10110111 1100000 10111 0 11100 11000011 1011100 100101

Color Harmonies of #088CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CB7

Black with #088CB7

Text Example


Text Example

White with #088CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,140,183); }

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

background-color css

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

 a { background-color: rgb(8,140,183); }

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

border-color css

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

 span { border-color: rgb(8,140,183); }

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