Html Css Color HEX #0FADBA Iris Blue

📋 copy color: '#0FADBA'

red 15 ◦ green 173 ◦ blue 186

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

Shades of Iris Blue #0FADBA

Tints of Iris Blue #0FADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.26%

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

R = 4.01%
G = 46.26%
B = 49.73%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0FADBA (or 0x0FADBA) is known color: Iris Blue. HEX triplet: 0F, AD and BA. RGB value is (15,173,186). Sum of RGB (Red+Green+Blue) = 15+173+186=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #0FADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADBA is #F05245. Grayscale: #7F7F7F. Windows color (decimal): -15749702 or 12233999. OLE color: 12233999.

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

Color convert

RGB 15 173 186 -
CMYK 0.92 0.07 0 0.27
HSL 184.56º 0.85% 0.39% -
HSV(B) 184.56º 0.92% 0.73% -
XYZ 24 33.53 51.66 -
YUV 127.24 161.15 47.94 -
System Red Green Blue C M Y K H S L
Decimal 15 173 186 0.92 0.07 0 0.27 184.56 0.85 0.39
Hex F AD BA 5C 7 0 1B B9 55 27
Octal 17 255 272 134 7 0 33 271 125 47
Binary 1111 10101101 10111010 1011100 111 0 11011 10111001 1010101 100111

Color Harmonies of #0FADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FADBA

Black with #0FADBA

Text Example


Text Example

White with #0FADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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