Html Css Color HEX #0FC0BE Iris Blue

📋 copy color: '#0FC0BE'

red 15 ◦ green 192 ◦ blue 190

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

Shades of Iris Blue #0FC0BE

Tints of Iris Blue #0FC0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.36%

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

R = 3.78%
G = 48.36%
B = 47.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#0FC0BE (or 0x0FC0BE) is known color: Iris Blue. HEX triplet: 0F, C0 and BE. RGB value is (15,192,190). Sum of RGB (Red+Green+Blue) = 15+192+190=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC0BE is #F03F41. Grayscale: #8A8A8A. Windows color (decimal): -15744834 or 12501007. OLE color: 12501007.

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

Color convert

RGB 15 192 190 -
CMYK 0.92 0 0.01 0.25
HSL 179.32º 0.86% 0.41% -
HSV(B) 179.32º 0.92% 0.75% -
XYZ 28.34 41.52 55.24 -
YUV 138.85 156.86 39.66 -
System Red Green Blue C M Y K H S L
Decimal 15 192 190 0.92 0 0.01 0.25 179.32 0.86 0.41
Hex F C0 BE 5C 0 1 19 B3 56 29
Octal 17 300 276 134 0 1 31 263 126 51
Binary 1111 11000000 10111110 1011100 0 1 11001 10110011 1010110 101001

Color Harmonies of #0FC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC0BE

Black with #0FC0BE

Text Example


Text Example

White with #0FC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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