Html Css Color HEX #0FC0B9 Iris Blue

📋 copy color: '#0FC0B9'

red 15 ◦ green 192 ◦ blue 185

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

Shades of Iris Blue #0FC0B9

Tints of Iris Blue #0FC0B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.19%

R = 3.83%
G = 48.98%
B = 47.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#0FC0B9 (or 0x0FC0B9) is known color: Iris Blue. HEX triplet: 0F, C0 and B9. RGB value is (15,192,185). Sum of RGB (Red+Green+Blue) = 15+192+185=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC0B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC0B9 is #F03F46. Grayscale: #8A8A8A. Windows color (decimal): -15744839 or 12173327. OLE color: 12173327.

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

Color convert

RGB 15 192 185 -
CMYK 0.92 0 0.04 0.25
HSL 177.63º 0.86% 0.41% -
HSV(B) 177.63º 0.92% 0.75% -
XYZ 27.8 41.3 52.41 -
YUV 138.28 154.36 40.07 -
System Red Green Blue C M Y K H S L
Decimal 15 192 185 0.92 0 0.04 0.25 177.63 0.86 0.41
Hex F C0 B9 5C 0 4 19 B2 56 29
Octal 17 300 271 134 0 4 31 262 126 51
Binary 1111 11000000 10111001 1011100 0 100 11001 10110010 1010110 101001

Color Harmonies of #0FC0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC0B9

Black with #0FC0B9

Text Example


Text Example

White with #0FC0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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