Html Css Color HEX #108EBD Bondi Blue

📋 copy color: '#108EBD'

red 16 ◦ green 142 ◦ blue 189

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

Shades of Bondi Blue #108EBD

Tints of Bondi Blue #108EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.92%

 BLUE value IS 189 (74.22% from 255) = 54.47%

R = 4.61%
G = 40.92%
B = 54.47%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#108EBD (or 0x108EBD) is known color: Bondi Blue. HEX triplet: 10, 8E and BD. RGB value is (16,142,189). Sum of RGB (Red+Green+Blue) = 16+142+189=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #108EBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108EBD is #EF7142. Grayscale: #6D6D6D. Windows color (decimal): -15692099 or 12422672. OLE color: 12422672.

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

Color convert

RGB 16 142 189 -
CMYK 0.92 0.25 0 0.26
HSL 196.3º 0.84% 0.4% -
HSV(B) 196.3º 0.92% 0.74% -
XYZ 19.07 23.13 51.6 -
YUV 109.68 172.76 61.18 -
System Red Green Blue C M Y K H S L
Decimal 16 142 189 0.92 0.25 0 0.26 196.3 0.84 0.4
Hex 10 8E BD 5C 19 0 1A C4 54 28
Octal 20 216 275 134 31 0 32 304 124 50
Binary 10000 10001110 10111101 1011100 11001 0 11010 11000100 1010100 101000

Color Harmonies of #108EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108EBD

Black with #108EBD

Text Example


Text Example

White with #108EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,142,189); }

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

background-color css

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

 a { background-color: rgb(16,142,189); }

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

border-color css

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

 span { border-color: rgb(16,142,189); }

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