Html Css Color HEX #108ABC Bondi Blue

📋 copy color: '#108ABC'

red 16 ◦ green 138 ◦ blue 188

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

Shades of Bondi Blue #108ABC

Tints of Bondi Blue #108ABC

RGB

 RED value IS 16 (6.64% from 255) = 4.68%

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

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

R = 4.68%
G = 40.35%
B = 54.97%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#108ABC (or 0x108ABC) is known color: Bondi Blue. HEX triplet: 10, 8A and BC. RGB value is (16,138,188). Sum of RGB (Red+Green+Blue) = 16+138+188=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #108ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108ABC is #EF7543. Grayscale: #6A6A6A. Windows color (decimal): -15693124 or 12356112. OLE color: 12356112.

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

Color convert

RGB 16 138 188 -
CMYK 0.91 0.27 0 0.26
HSL 197.44º 0.84% 0.4% -
HSV(B) 197.44º 0.91% 0.74% -
XYZ 18.38 21.92 50.84 -
YUV 107.22 173.58 62.93 -
System Red Green Blue C M Y K H S L
Decimal 16 138 188 0.91 0.27 0 0.26 197.44 0.84 0.4
Hex 10 8A BC 5B 1B 0 1A C5 54 28
Octal 20 212 274 133 33 0 32 305 124 50
Binary 10000 10001010 10111100 1011011 11011 0 11010 11000101 1010100 101000

Color Harmonies of #108ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108ABC

Black with #108ABC

Text Example


Text Example

White with #108ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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