Html Css Color HEX #0FC0BF Iris Blue

📋 copy color: '#0FC0BF'

red 15 ◦ green 192 ◦ blue 191

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

Shades of Iris Blue #0FC0BF

Tints of Iris Blue #0FC0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 3.77%
G = 48.24%
B = 47.99%

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

#0FC0BF (or 0x0FC0BF) is known color: Iris Blue. HEX triplet: 0F, C0 and BF. RGB value is (15,192,191). Sum of RGB (Red+Green+Blue) = 15+192+191=398 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.77% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC0BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC0BF is #F03F40. Grayscale: #8A8A8A. Windows color (decimal): -15744833 or 12566543. OLE color: 12566543.

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

Color convert

RGB 15 192 191 -
CMYK 0.92 0 0.01 0.25
HSL 179.66º 0.86% 0.41% -
HSV(B) 179.66º 0.92% 0.75% -
XYZ 28.45 41.56 55.81 -
YUV 138.96 157.36 39.58 -
System Red Green Blue C M Y K H S L
Decimal 15 192 191 0.92 0 0.01 0.25 179.66 0.86 0.41
Hex F C0 BF 5C 0 1 19 B4 56 29
Octal 17 300 277 134 0 1 31 264 126 51
Binary 1111 11000000 10111111 1011100 0 1 11001 10110100 1010110 101001

Color Harmonies of #0FC0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC0BF

Black with #0FC0BF

Text Example


Text Example

White with #0FC0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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