Html Css Color HEX #088CB2 Bondi Blue

📋 copy color: '#088CB2'

red 8 ◦ green 140 ◦ blue 178

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

Shades of Bondi Blue #088CB2

Tints of Bondi Blue #088CB2

RGB

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

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

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

R = 2.45%
G = 42.94%
B = 54.6%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#088CB2 (or 0x088CB2) is known color: Bondi Blue. HEX triplet: 08, 8C and B2. RGB value is (8,140,178). Sum of RGB (Red+Green+Blue) = 8+140+178=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #088CB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088CB2 is #F7734D. Grayscale: #686868. Windows color (decimal): -16216910 or 11701256. OLE color: 11701256.

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

Color convert

RGB 8 140 178 -
CMYK 0.96 0.21 0 0.30
HSL 193.41º 0.91% 0.36% -
HSV(B) 193.41º 0.96% 0.7% -
XYZ 17.51 22.02 45.45 -
YUV 104.86 169.27 58.91 -
System Red Green Blue C M Y K H S L
Decimal 8 140 178 0.96 0.21 0 0.30 193.41 0.91 0.36
Hex 8 8C B2 60 15 0 1E C1 5B 24
Octal 10 214 262 140 25 0 36 301 133 44
Binary 1000 10001100 10110010 1100000 10101 0 11110 11000001 1011011 100100

Color Harmonies of #088CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CB2

Black with #088CB2

Text Example


Text Example

White with #088CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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