Html Css Color HEX #108ABB Bondi Blue

📋 copy color: '#108ABB'

red 16 ◦ green 138 ◦ blue 187

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

Shades of Bondi Blue #108ABB

Tints of Bondi Blue #108ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.84%

R = 4.69%
G = 40.47%
B = 54.84%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#108ABB (or 0x108ABB) is known color: Bondi Blue. HEX triplet: 10, 8A and BB. RGB value is (16,138,187). Sum of RGB (Red+Green+Blue) = 16+138+187=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #108ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108ABB is #EF7544. Grayscale: #6A6A6A. Windows color (decimal): -15693125 or 12290576. OLE color: 12290576.

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

Color convert

RGB 16 138 187 -
CMYK 0.91 0.26 0 0.27
HSL 197.19º 0.84% 0.4% -
HSV(B) 197.19º 0.91% 0.73% -
XYZ 18.27 21.87 50.27 -
YUV 107.11 173.08 63.02 -
System Red Green Blue C M Y K H S L
Decimal 16 138 187 0.91 0.26 0 0.27 197.19 0.84 0.4
Hex 10 8A BB 5B 1A 0 1B C5 54 28
Octal 20 212 273 133 32 0 33 305 124 50
Binary 10000 10001010 10111011 1011011 11010 0 11011 11000101 1010100 101000

Color Harmonies of #108ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108ABB

Black with #108ABB

Text Example


Text Example

White with #108ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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