Html Css Color HEX #088CB3 Bondi Blue

📋 copy color: '#088CB3'

red 8 ◦ green 140 ◦ blue 179

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

Shades of Bondi Blue #088CB3

Tints of Bondi Blue #088CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 54.74%

R = 2.45%
G = 42.81%
B = 54.74%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#088CB3 (or 0x088CB3) is known color: Bondi Blue. HEX triplet: 08, 8C and B3. RGB value is (8,140,179). Sum of RGB (Red+Green+Blue) = 8+140+179=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #088CB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CB3 is #F7734C. Grayscale: #686868. Windows color (decimal): -16216909 or 11766792. OLE color: 11766792.

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

Color convert

RGB 8 140 179 -
CMYK 0.96 0.22 0 0.30
HSL 193.68º 0.91% 0.37% -
HSV(B) 193.68º 0.96% 0.7% -
XYZ 17.61 22.06 45.98 -
YUV 104.98 169.77 58.83 -
System Red Green Blue C M Y K H S L
Decimal 8 140 179 0.96 0.22 0 0.30 193.68 0.91 0.37
Hex 8 8C B3 60 16 0 1E C2 5B 25
Octal 10 214 263 140 26 0 36 302 133 45
Binary 1000 10001100 10110011 1100000 10110 0 11110 11000010 1011011 100101

Color Harmonies of #088CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CB3

Black with #088CB3

Text Example


Text Example

White with #088CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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