Html Css Color HEX #109FAF Bondi Blue

📋 copy color: '#109FAF'

red 16 ◦ green 159 ◦ blue 175

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

Shades of Bondi Blue #109FAF

Tints of Bondi Blue #109FAF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.43%

 BLUE value IS 175 (68.75% from 255) = 50%

R = 4.57%
G = 45.43%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#109FAF (or 0x109FAF) is known color: Bondi Blue. HEX triplet: 10, 9F and AF. RGB value is (16,159,175). Sum of RGB (Red+Green+Blue) = 16+159+175=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #109FAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109FAF is #EF6050. Grayscale: #757575. Windows color (decimal): -15687761 or 11509520. OLE color: 11509520.

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

Color convert

RGB 16 159 175 -
CMYK 0.91 0.09 0 0.31
HSL 186.04º 0.83% 0.37% -
HSV(B) 186.04º 0.91% 0.69% -
XYZ 20.35 28 44.89 -
YUV 118.07 160.12 55.2 -
System Red Green Blue C M Y K H S L
Decimal 16 159 175 0.91 0.09 0 0.31 186.04 0.83 0.37
Hex 10 9F AF 5B 9 0 1F BA 53 25
Octal 20 237 257 133 11 0 37 272 123 45
Binary 10000 10011111 10101111 1011011 1001 0 11111 10111010 1010011 100101

Color Harmonies of #109FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109FAF

Black with #109FAF

Text Example


Text Example

White with #109FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,159,175); }

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

background-color css

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

 a { background-color: rgb(16,159,175); }

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

border-color css

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

 span { border-color: rgb(16,159,175); }

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