Html Css Color HEX #108CC0 Bondi Blue

📋 copy color: '#108CC0'

red 16 ◦ green 140 ◦ blue 192

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

Shades of Bondi Blue #108CC0

Tints of Bondi Blue #108CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 55.17%

R = 4.6%
G = 40.23%
B = 55.17%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#108CC0 (or 0x108CC0) is known color: Bondi Blue. HEX triplet: 10, 8C and C0. RGB value is (16,140,192). Sum of RGB (Red+Green+Blue) = 16+140+192=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #108CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108CC0 is #EF733F. Grayscale: #6C6C6C. Windows color (decimal): -15692608 or 12618768. OLE color: 12618768.

HSL color Cylindrical-coordinate representation of color #108CC0: hue angle of 197.73º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #108CC0 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 140 192 -
CMYK 0.92 0.27 0 0.25
HSL 197.73º 0.85% 0.41% -
HSV(B) 197.73º 0.92% 0.75% -
XYZ 19.11 22.67 53.24 -
YUV 108.85 174.92 61.77 -
System Red Green Blue C M Y K H S L
Decimal 16 140 192 0.92 0.27 0 0.25 197.73 0.85 0.41
Hex 10 8C C0 5C 1B 0 19 C6 55 29
Octal 20 214 300 134 33 0 31 306 125 51
Binary 10000 10001100 11000000 1011100 11011 0 11001 11000110 1010101 101001

Color Harmonies of #108CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108CC0

Black with #108CC0

Text Example


Text Example

White with #108CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,140,192); }

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

background-color css

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

 a { background-color: rgb(16,140,192); }

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

border-color css

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

 span { border-color: rgb(16,140,192); }

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