Html Css Color HEX #1090AF Bondi Blue

📋 copy color: '#1090AF'

red 16 ◦ green 144 ◦ blue 175

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

Shades of Bondi Blue #1090AF

Tints of Bondi Blue #1090AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

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

R = 4.78%
G = 42.99%
B = 52.24%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1090AF (or 0x1090AF) is known color: Bondi Blue. HEX triplet: 10, 90 and AF. RGB value is (16,144,175). Sum of RGB (Red+Green+Blue) = 16+144+175=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #1090AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1090AF is #EF6F50. Grayscale: #6D6D6D. Windows color (decimal): -15691601 or 11505680. OLE color: 11505680.

HSL color Cylindrical-coordinate representation of color #1090AF: hue angle of 191.7º 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 #1090AF is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 144 175 -
CMYK 0.91 0.18 0 0.31
HSL 191.7º 0.83% 0.37% -
HSV(B) 191.7º 0.91% 0.69% -
XYZ 17.92 23.15 44.08 -
YUV 109.26 165.09 61.48 -
System Red Green Blue C M Y K H S L
Decimal 16 144 175 0.91 0.18 0 0.31 191.7 0.83 0.37
Hex 10 90 AF 5B 12 0 1F C0 53 25
Octal 20 220 257 133 22 0 37 300 123 45
Binary 10000 10010000 10101111 1011011 10010 0 11111 11000000 1010011 100101

Color Harmonies of #1090AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1090AF

Black with #1090AF

Text Example


Text Example

White with #1090AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1090AF; }

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

 H1.HeaderClassName
 {
   color: #1090AF;
 }
 .AnyTagClassName
 {
   color: #1090AF;
 }
</style>

background-color css

<style>
 a { background-color: #1090AF; }

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

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

border-color css

<style>
 span { border-color: #1090AF; }

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

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