Html Css Color HEX #0FBFBA Iris Blue

📋 copy color: '#0FBFBA'

red 15 ◦ green 191 ◦ blue 186

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

Shades of Iris Blue #0FBFBA

Tints of Iris Blue #0FBFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 48.72%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 3.83%
G = 48.72%
B = 47.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#0FBFBA (or 0x0FBFBA) is known color: Iris Blue. HEX triplet: 0F, BF and BA. RGB value is (15,191,186). Sum of RGB (Red+Green+Blue) = 15+191+186=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBFBA is #F04045. Grayscale: #898989. Windows color (decimal): -15745094 or 12238607. OLE color: 12238607.

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

Color convert

RGB 15 191 186 -
CMYK 0.92 0 0.03 0.25
HSL 178.3º 0.85% 0.4% -
HSV(B) 178.3º 0.92% 0.75% -
XYZ 27.69 40.91 52.89 -
YUV 137.81 155.19 40.41 -
System Red Green Blue C M Y K H S L
Decimal 15 191 186 0.92 0 0.03 0.25 178.3 0.85 0.4
Hex F BF BA 5C 0 3 19 B2 55 28
Octal 17 277 272 134 0 3 31 262 125 50
Binary 1111 10111111 10111010 1011100 0 11 11001 10110010 1010101 101000

Color Harmonies of #0FBFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBFBA

Black with #0FBFBA

Text Example


Text Example

White with #0FBFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,191,186); }

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

background-color css

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

 a { background-color: rgb(15,191,186); }

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

border-color css

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

 span { border-color: rgb(15,191,186); }

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