Html Css Color HEX #0FAAB7 Iris Blue

📋 copy color: '#0FAAB7'

red 15 ◦ green 170 ◦ blue 183

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

Shades of Iris Blue #0FAAB7

Tints of Iris Blue #0FAAB7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.2%

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 4.08%
G = 46.2%
B = 49.73%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0FAAB7 (or 0x0FAAB7) is known color: Iris Blue. HEX triplet: 0F, AA and B7. RGB value is (15,170,183). Sum of RGB (Red+Green+Blue) = 15+170+183=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #0FAAB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAAB7 is #F05548. Grayscale: #7C7C7C. Windows color (decimal): -15750473 or 12036623. OLE color: 12036623.

HSL color Cylindrical-coordinate representation of color #0FAAB7: hue angle of 184.64º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAAB7 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 170 183 -
CMYK 0.92 0.07 0 0.28
HSL 184.64º 0.85% 0.39% -
HSV(B) 184.64º 0.92% 0.72% -
XYZ 23.12 32.27 49.81 -
YUV 125.14 160.65 49.44 -
System Red Green Blue C M Y K H S L
Decimal 15 170 183 0.92 0.07 0 0.28 184.64 0.85 0.39
Hex F AA B7 5C 7 0 1C B9 55 27
Octal 17 252 267 134 7 0 34 271 125 47
Binary 1111 10101010 10110111 1011100 111 0 11100 10111001 1010101 100111

Color Harmonies of #0FAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAAB7

Black with #0FAAB7

Text Example


Text Example

White with #0FAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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