Html Css Color HEX #0FB7BE Iris Blue

📋 copy color: '#0FB7BE'

red 15 ◦ green 183 ◦ blue 190

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

Shades of Iris Blue #0FB7BE

Tints of Iris Blue #0FB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.16%

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

R = 3.87%
G = 47.16%
B = 48.97%

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

#0FB7BE (or 0x0FB7BE) is known color: Iris Blue. HEX triplet: 0F, B7 and BE. RGB value is (15,183,190). Sum of RGB (Red+Green+Blue) = 15+183+190=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FB7BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB7BE is #F04841. Grayscale: #858585. Windows color (decimal): -15747138 or 12498703. OLE color: 12498703.

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

Color convert

RGB 15 183 190 -
CMYK 0.92 0.04 0 0.25
HSL 182.4º 0.85% 0.4% -
HSV(B) 182.4º 0.92% 0.75% -
XYZ 26.42 37.69 54.6 -
YUV 133.57 159.84 43.43 -
System Red Green Blue C M Y K H S L
Decimal 15 183 190 0.92 0.04 0 0.25 182.4 0.85 0.4
Hex F B7 BE 5C 4 0 19 B6 55 28
Octal 17 267 276 134 4 0 31 266 125 50
Binary 1111 10110111 10111110 1011100 100 0 11001 10110110 1010101 101000

Color Harmonies of #0FB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB7BE

Black with #0FB7BE

Text Example


Text Example

White with #0FB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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