Html Css Color HEX #0F9DAE Bondi Blue

📋 copy color: '#0F9DAE'

red 15 ◦ green 157 ◦ blue 174

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

Shades of Bondi Blue #0F9DAE

Tints of Bondi Blue #0F9DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.38%

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 4.34%
G = 45.38%
B = 50.29%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F9DAE (or 0x0F9DAE) is known color: Bondi Blue. HEX triplet: 0F, 9D and AE. RGB value is (15,157,174). Sum of RGB (Red+Green+Blue) = 15+157+174=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F9DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9DAE is #F06251. Grayscale: #747474. Windows color (decimal): -15753810 or 11443471. OLE color: 11443471.

HSL color Cylindrical-coordinate representation of color #0F9DAE: hue angle of 186.42º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9DAE is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 157 174 -
CMYK 0.91 0.10 0 0.32
HSL 186.42º 0.84% 0.37% -
HSV(B) 186.42º 0.91% 0.68% -
XYZ 19.89 27.27 44.26 -
YUV 116.48 160.46 55.62 -
System Red Green Blue C M Y K H S L
Decimal 15 157 174 0.91 0.10 0 0.32 186.42 0.84 0.37
Hex F 9D AE 5B A 0 20 BA 54 25
Octal 17 235 256 133 12 0 40 272 124 45
Binary 1111 10011101 10101110 1011011 1010 0 100000 10111010 1010100 100101

Color Harmonies of #0F9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9DAE

Black with #0F9DAE

Text Example


Text Example

White with #0F9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,157,174); }

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

background-color css

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

 a { background-color: rgb(15,157,174); }

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

border-color css

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

 span { border-color: rgb(15,157,174); }

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