Html Css Color HEX #0FB7BA Iris Blue

📋 copy color: '#0FB7BA'

red 15 ◦ green 183 ◦ blue 186

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

Shades of Iris Blue #0FB7BA

Tints of Iris Blue #0FB7BA

RGB

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

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

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

R = 3.91%
G = 47.66%
B = 48.44%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0FB7BA (or 0x0FB7BA) is known color: Iris Blue. HEX triplet: 0F, B7 and BA. RGB value is (15,183,186). Sum of RGB (Red+Green+Blue) = 15+183+186=384 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.91% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #0FB7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB7BA is #F04845. Grayscale: #848484. Windows color (decimal): -15747142 or 12236559. OLE color: 12236559.

HSL color Cylindrical-coordinate representation of color #0FB7BA: hue angle of 181.05º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB7BA is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 183 186 -
CMYK 0.92 0.02 0 0.27
HSL 181.05º 0.85% 0.39% -
HSV(B) 181.05º 0.92% 0.73% -
XYZ 25.99 37.51 52.33 -
YUV 133.11 157.84 43.76 -
System Red Green Blue C M Y K H S L
Decimal 15 183 186 0.92 0.02 0 0.27 181.05 0.85 0.39
Hex F B7 BA 5C 2 0 1B B5 55 27
Octal 17 267 272 134 2 0 33 265 125 47
Binary 1111 10110111 10111010 1011100 10 0 11011 10110101 1010101 100111

Color Harmonies of #0FB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB7BA

Black with #0FB7BA

Text Example


Text Example

White with #0FB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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