Html Css Color HEX #0FABB6 Iris Blue

📋 copy color: '#0FABB6'

red 15 ◦ green 171 ◦ blue 182

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

Shades of Iris Blue #0FABB6

Tints of Iris Blue #0FABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.46%

R = 4.08%
G = 46.47%
B = 49.46%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0FABB6 (or 0x0FABB6) is known color: Iris Blue. HEX triplet: 0F, AB and B6. RGB value is (15,171,182). Sum of RGB (Red+Green+Blue) = 15+171+182=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #0FABB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABB6 is #F05449. Grayscale: #7D7D7D. Windows color (decimal): -15750218 or 11971343. OLE color: 11971343.

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

Color convert

RGB 15 171 182 -
CMYK 0.92 0.06 0 0.29
HSL 183.95º 0.85% 0.39% -
HSV(B) 183.95º 0.92% 0.71% -
XYZ 23.2 32.6 49.33 -
YUV 125.61 159.82 49.11 -
System Red Green Blue C M Y K H S L
Decimal 15 171 182 0.92 0.06 0 0.29 183.95 0.85 0.39
Hex F AB B6 5C 6 0 1D B8 55 27
Octal 17 253 266 134 6 0 35 270 125 47
Binary 1111 10101011 10110110 1011100 110 0 11101 10111000 1010101 100111

Color Harmonies of #0FABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABB6

Black with #0FABB6

Text Example


Text Example

White with #0FABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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