Html Css Color HEX #109EAC Bondi Blue

📋 copy color: '#109EAC'

red 16 ◦ green 158 ◦ blue 172

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

Shades of Bondi Blue #109EAC

Tints of Bondi Blue #109EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.66%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 4.62%
G = 45.66%
B = 49.71%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#109EAC (or 0x109EAC) is known color: Bondi Blue. HEX triplet: 10, 9E and AC. RGB value is (16,158,172). Sum of RGB (Red+Green+Blue) = 16+158+172=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #109EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109EAC is #EF6153. Grayscale: #747474. Windows color (decimal): -15688020 or 11312656. OLE color: 11312656.

HSL color Cylindrical-coordinate representation of color #109EAC: hue angle of 185.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109EAC is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 158 172 -
CMYK 0.91 0.08 0 0.33
HSL 185.38º 0.83% 0.37% -
HSV(B) 185.38º 0.91% 0.67% -
XYZ 19.89 27.54 43.3 -
YUV 117.14 158.96 55.86 -
System Red Green Blue C M Y K H S L
Decimal 16 158 172 0.91 0.08 0 0.33 185.38 0.83 0.37
Hex 10 9E AC 5B 8 0 21 B9 53 25
Octal 20 236 254 133 10 0 41 271 123 45
Binary 10000 10011110 10101100 1011011 1000 0 100001 10111001 1010011 100101

Color Harmonies of #109EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109EAC

Black with #109EAC

Text Example


Text Example

White with #109EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109EAC; }

 p { color: rgb(16,158,172); }

 H1.HeaderClassName
 {
   color: #109EAC;
 }
 .AnyTagClassName
 {
   color: #109EAC;
 }
</style>

background-color css

<style>
 a { background-color: #109EAC; }

 a { background-color: rgb(16,158,172); }

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

border-color css

<style>
 span { border-color: #109EAC; }

 span { border-color: rgb(16,158,172); }

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