Html Css Color HEX #088ABC Bondi Blue

📋 copy color: '#088ABC'

red 8 ◦ green 138 ◦ blue 188

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

Shades of Bondi Blue #088ABC

Tints of Bondi Blue #088ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.32%

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 2.4%
G = 41.32%
B = 56.29%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#088ABC (or 0x088ABC) is known color: Bondi Blue. HEX triplet: 08, 8A and BC. RGB value is (8,138,188). Sum of RGB (Red+Green+Blue) = 8+138+188=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #088ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ABC is #F77543. Grayscale: #686868. Windows color (decimal): -16217412 or 12356104. OLE color: 12356104.

HSL color Cylindrical-coordinate representation of color #088ABC: hue angle of 196.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088ABC is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 138 188 -
CMYK 0.96 0.27 0 0.26
HSL 196.67º 0.92% 0.38% -
HSV(B) 196.67º 0.96% 0.74% -
XYZ 18.27 21.86 50.83 -
YUV 104.83 174.93 58.93 -
System Red Green Blue C M Y K H S L
Decimal 8 138 188 0.96 0.27 0 0.26 196.67 0.92 0.38
Hex 8 8A BC 60 1B 0 1A C5 5C 26
Octal 10 212 274 140 33 0 32 305 134 46
Binary 1000 10001010 10111100 1100000 11011 0 11010 11000101 1011100 100110

Color Harmonies of #088ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088ABC

Black with #088ABC

Text Example


Text Example

White with #088ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,138,188); }

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

background-color css

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

 a { background-color: rgb(8,138,188); }

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

border-color css

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

 span { border-color: rgb(8,138,188); }

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