Html Css Color HEX #0FB5B7 Iris Blue

📋 copy color: '#0FB5B7'

red 15 ◦ green 181 ◦ blue 183

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

Shades of Iris Blue #0FB5B7

Tints of Iris Blue #0FB5B7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.76%

 BLUE value IS 183 (71.88% from 255) = 48.28%

R = 3.96%
G = 47.76%
B = 48.28%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0FB5B7 (or 0x0FB5B7) is known color: Iris Blue. HEX triplet: 0F, B5 and B7. RGB value is (15,181,183). Sum of RGB (Red+Green+Blue) = 15+181+183=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #0FB5B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB5B7 is #F04A48. Grayscale: #838383. Windows color (decimal): -15747657 or 12039439. OLE color: 12039439.

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

Color convert

RGB 15 181 183 -
CMYK 0.92 0.01 0 0.28
HSL 180.71º 0.85% 0.39% -
HSV(B) 180.71º 0.92% 0.72% -
XYZ 25.27 36.57 50.53 -
YUV 131.59 157 44.84 -
System Red Green Blue C M Y K H S L
Decimal 15 181 183 0.92 0.01 0 0.28 180.71 0.85 0.39
Hex F B5 B7 5C 1 0 1C B5 55 27
Octal 17 265 267 134 1 0 34 265 125 47
Binary 1111 10110101 10110111 1011100 1 0 11100 10110101 1010101 100111

Color Harmonies of #0FB5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB5B7

Black with #0FB5B7

Text Example


Text Example

White with #0FB5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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