Html Css Color HEX #0F90AA Bondi Blue

📋 copy color: '#0F90AA'

red 15 ◦ green 144 ◦ blue 170

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

Shades of Bondi Blue #0F90AA

Tints of Bondi Blue #0F90AA

RGB

 RED value IS 15 (6.25% from 255) = 4.56%

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

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 4.56%
G = 43.77%
B = 51.67%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F90AA (or 0x0F90AA) is known color: Bondi Blue. HEX triplet: 0F, 90 and AA. RGB value is (15,144,170). Sum of RGB (Red+Green+Blue) = 15+144+170=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F90AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F90AA is #F06F55. Grayscale: #6C6C6C. Windows color (decimal): -15757142 or 11177999. OLE color: 11177999.

HSL color Cylindrical-coordinate representation of color #0F90AA: hue angle of 190.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F90AA is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 144 170 -
CMYK 0.91 0.15 0 0.33
HSL 190.06º 0.84% 0.36% -
HSV(B) 190.06º 0.91% 0.67% -
XYZ 17.43 22.95 41.54 -
YUV 108.39 162.76 61.39 -
System Red Green Blue C M Y K H S L
Decimal 15 144 170 0.91 0.15 0 0.33 190.06 0.84 0.36
Hex F 90 AA 5B F 0 21 BE 54 24
Octal 17 220 252 133 17 0 41 276 124 44
Binary 1111 10010000 10101010 1011011 1111 0 100001 10111110 1010100 100100

Color Harmonies of #0F90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F90AA

Black with #0F90AA

Text Example


Text Example

White with #0F90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F90AA; }

 p { color: rgb(15,144,170); }

 H1.HeaderClassName
 {
   color: #0F90AA;
 }
 .AnyTagClassName
 {
   color: #0F90AA;
 }
</style>

background-color css

<style>
 a { background-color: #0F90AA; }

 a { background-color: rgb(15,144,170); }

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

border-color css

<style>
 span { border-color: #0F90AA; }

 span { border-color: rgb(15,144,170); }

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