Html Css Color HEX #0FB6BE Iris Blue

📋 copy color: '#0FB6BE'

red 15 ◦ green 182 ◦ blue 190

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

Shades of Iris Blue #0FB6BE

Tints of Iris Blue #0FB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.03%

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 3.88%
G = 47.03%
B = 49.1%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0FB6BE (or 0x0FB6BE) is known color: Iris Blue. HEX triplet: 0F, B6 and BE. RGB value is (15,182,190). Sum of RGB (Red+Green+Blue) = 15+182+190=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FB6BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB6BE is #F04941. Grayscale: #848484. Windows color (decimal): -15747394 or 12498447. OLE color: 12498447.

HSL color Cylindrical-coordinate representation of color #0FB6BE: hue angle of 182.74º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB6BE is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 182 190 -
CMYK 0.92 0.04 0 0.25
HSL 182.74º 0.85% 0.4% -
HSV(B) 182.74º 0.92% 0.75% -
XYZ 26.22 37.28 54.53 -
YUV 132.98 160.17 43.85 -
System Red Green Blue C M Y K H S L
Decimal 15 182 190 0.92 0.04 0 0.25 182.74 0.85 0.4
Hex F B6 BE 5C 4 0 19 B7 55 28
Octal 17 266 276 134 4 0 31 267 125 50
Binary 1111 10110110 10111110 1011100 100 0 11001 10110111 1010101 101000

Color Harmonies of #0FB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB6BE

Black with #0FB6BE

Text Example


Text Example

White with #0FB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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