Html Css Color HEX #0F9CAA Bondi Blue

📋 copy color: '#0F9CAA'

red 15 ◦ green 156 ◦ blue 170

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

Shades of Bondi Blue #0F9CAA

Tints of Bondi Blue #0F9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.75%

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

R = 4.4%
G = 45.75%
B = 49.85%

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

#0F9CAA (or 0x0F9CAA) is known color: Bondi Blue. HEX triplet: 0F, 9C and AA. RGB value is (15,156,170). Sum of RGB (Red+Green+Blue) = 15+156+170=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F9CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9CAA is #F06355. Grayscale: #737373. Windows color (decimal): -15754070 or 11181071. OLE color: 11181071.

HSL color Cylindrical-coordinate representation of color #0F9CAA: hue angle of 185.42º 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 #0F9CAA is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 156 170 -
CMYK 0.91 0.08 0 0.33
HSL 185.42º 0.84% 0.36% -
HSV(B) 185.42º 0.91% 0.67% -
XYZ 19.34 26.78 42.18 -
YUV 115.44 158.79 56.36 -
System Red Green Blue C M Y K H S L
Decimal 15 156 170 0.91 0.08 0 0.33 185.42 0.84 0.36
Hex F 9C AA 5B 8 0 21 B9 54 24
Octal 17 234 252 133 10 0 41 271 124 44
Binary 1111 10011100 10101010 1011011 1000 0 100001 10111001 1010100 100100

Color Harmonies of #0F9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9CAA

Black with #0F9CAA

Text Example


Text Example

White with #0F9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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