Html Css Color HEX #0FABB7 Iris Blue

📋 copy color: '#0FABB7'

red 15 ◦ green 171 ◦ blue 183

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

Shades of Iris Blue #0FABB7

Tints of Iris Blue #0FABB7

RGB

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

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

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

R = 4.07%
G = 46.34%
B = 49.59%

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

#0FABB7 (or 0x0FABB7) is known color: Iris Blue. HEX triplet: 0F, AB and B7. RGB value is (15,171,183). Sum of RGB (Red+Green+Blue) = 15+171+183=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #0FABB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABB7 is #F05448. Grayscale: #7D7D7D. Windows color (decimal): -15750217 or 12036879. OLE color: 12036879.

HSL color Cylindrical-coordinate representation of color #0FABB7: hue angle of 184.29º 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 #0FABB7 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 171 183 -
CMYK 0.92 0.07 0 0.28
HSL 184.29º 0.85% 0.39% -
HSV(B) 184.29º 0.92% 0.72% -
XYZ 23.31 32.65 49.87 -
YUV 125.72 160.32 49.02 -
System Red Green Blue C M Y K H S L
Decimal 15 171 183 0.92 0.07 0 0.28 184.29 0.85 0.39
Hex F AB B7 5C 7 0 1C B8 55 27
Octal 17 253 267 134 7 0 34 270 125 47
Binary 1111 10101011 10110111 1011100 111 0 11100 10111000 1010101 100111

Color Harmonies of #0FABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABB7

Black with #0FABB7

Text Example


Text Example

White with #0FABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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