Html Css Color HEX #0FB4BA Iris Blue

📋 copy color: '#0FB4BA'

red 15 ◦ green 180 ◦ blue 186

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

Shades of Iris Blue #0FB4BA

Tints of Iris Blue #0FB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.24%

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

R = 3.94%
G = 47.24%
B = 48.82%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0FB4BA (or 0x0FB4BA) is known color: Iris Blue. HEX triplet: 0F, B4 and BA. RGB value is (15,180,186). Sum of RGB (Red+Green+Blue) = 15+180+186=381 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.94% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #0FB4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB4BA is #F04B45. Grayscale: #838383. Windows color (decimal): -15747910 or 12235791. OLE color: 12235791.

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

Color convert

RGB 15 180 186 -
CMYK 0.92 0.03 0 0.27
HSL 182.11º 0.85% 0.39% -
HSV(B) 182.11º 0.92% 0.73% -
XYZ 25.38 36.29 52.12 -
YUV 131.35 158.84 45.01 -
System Red Green Blue C M Y K H S L
Decimal 15 180 186 0.92 0.03 0 0.27 182.11 0.85 0.39
Hex F B4 BA 5C 3 0 1B B6 55 27
Octal 17 264 272 134 3 0 33 266 125 47
Binary 1111 10110100 10111010 1011100 11 0 11011 10110110 1010101 100111

Color Harmonies of #0FB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB4BA

Black with #0FB4BA

Text Example


Text Example

White with #0FB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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