Html Css Color HEX #0FABB9 Iris Blue

📋 copy color: '#0FABB9'

red 15 ◦ green 171 ◦ blue 185

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

Shades of Iris Blue #0FABB9

Tints of Iris Blue #0FABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.09%

 BLUE value IS 185 (72.66% from 255) = 49.87%

R = 4.04%
G = 46.09%
B = 49.87%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0FABB9 (or 0x0FABB9) is known color: Iris Blue. HEX triplet: 0F, AB and B9. RGB value is (15,171,185). Sum of RGB (Red+Green+Blue) = 15+171+185=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #0FABB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABB9 is #F05446. Grayscale: #7D7D7D. Windows color (decimal): -15750215 or 12167951. OLE color: 12167951.

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

Color convert

RGB 15 171 185 -
CMYK 0.92 0.08 0 0.27
HSL 184.94º 0.85% 0.39% -
HSV(B) 184.94º 0.92% 0.73% -
XYZ 23.52 32.73 50.98 -
YUV 125.95 161.32 48.86 -
System Red Green Blue C M Y K H S L
Decimal 15 171 185 0.92 0.08 0 0.27 184.94 0.85 0.39
Hex F AB B9 5C 8 0 1B B9 55 27
Octal 17 253 271 134 10 0 33 271 125 47
Binary 1111 10101011 10111001 1011100 1000 0 11011 10111001 1010101 100111

Color Harmonies of #0FABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABB9

Black with #0FABB9

Text Example


Text Example

White with #0FABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,185); }

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

background-color css

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

 a { background-color: rgb(15,171,185); }

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

border-color css

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

 span { border-color: rgb(15,171,185); }

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