Html Css Color HEX #0FBAC5 Iris Blue

📋 copy color: '#0FBAC5'

red 15 ◦ green 186 ◦ blue 197

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

Shades of Iris Blue #0FBAC5

Tints of Iris Blue #0FBAC5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

 BLUE value IS 197 (77.34% from 255) = 49.5%

R = 3.77%
G = 46.73%
B = 49.5%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0FBAC5 (or 0x0FBAC5) is known color: Iris Blue. HEX triplet: 0F, BA and C5. RGB value is (15,186,197). Sum of RGB (Red+Green+Blue) = 15+186+197=398 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.77% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 197 (77.34% from 255 or 49.50% from 398); Max value from RGB is 197 - color contains mainly: blue. Hex color #0FBAC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBAC5 is #F0453A. Grayscale: #878787. Windows color (decimal): -15746363 or 12958223. OLE color: 12958223.

HSL color Cylindrical-coordinate representation of color #0FBAC5: hue angle of 183.63º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBAC5 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 15 186 197 -
CMYK 0.92 0.06 0 0.23
HSL 183.63º 0.86% 0.42% -
HSV(B) 183.63º 0.92% 0.77% -
XYZ 27.83 39.25 58.93 -
YUV 136.13 162.35 41.61 -
System Red Green Blue C M Y K H S L
Decimal 15 186 197 0.92 0.06 0 0.23 183.63 0.86 0.42
Hex F BA C5 5C 6 0 17 B8 56 2A
Octal 17 272 305 134 6 0 27 270 126 52
Binary 1111 10111010 11000101 1011100 110 0 10111 10111000 1010110 101010

Color Harmonies of #0FBAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBAC5

Black with #0FBAC5

Text Example


Text Example

White with #0FBAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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