Html Css Color HEX #0FBAC1 Iris Blue

📋 copy color: '#0FBAC1'

red 15 ◦ green 186 ◦ blue 193

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

Shades of Iris Blue #0FBAC1

Tints of Iris Blue #0FBAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.98%

R = 3.81%
G = 47.21%
B = 48.98%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0FBAC1 (or 0x0FBAC1) is known color: Iris Blue. HEX triplet: 0F, BA and C1. RGB value is (15,186,193). Sum of RGB (Red+Green+Blue) = 15+186+193=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #0FBAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBAC1 is #F0453E. Grayscale: #878787. Windows color (decimal): -15746367 or 12696079. OLE color: 12696079.

HSL color Cylindrical-coordinate representation of color #0FBAC1: hue angle of 182.36º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBAC1 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 186 193 -
CMYK 0.92 0.04 0 0.24
HSL 182.36º 0.86% 0.41% -
HSV(B) 182.36º 0.92% 0.76% -
XYZ 27.38 39.07 56.55 -
YUV 135.67 160.35 41.93 -
System Red Green Blue C M Y K H S L
Decimal 15 186 193 0.92 0.04 0 0.24 182.36 0.86 0.41
Hex F BA C1 5C 4 0 18 B6 56 29
Octal 17 272 301 134 4 0 30 266 126 51
Binary 1111 10111010 11000001 1011100 100 0 11000 10110110 1010110 101001

Color Harmonies of #0FBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBAC1

Black with #0FBAC1

Text Example


Text Example

White with #0FBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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