Html Css Color HEX #0FBABD Iris Blue

📋 copy color: '#0FBABD'

red 15 ◦ green 186 ◦ blue 189

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

Shades of Iris Blue #0FBABD

Tints of Iris Blue #0FBABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 3.85%
G = 47.69%
B = 48.46%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0FBABD (or 0x0FBABD) is known color: Iris Blue. HEX triplet: 0F, BA and BD. RGB value is (15,186,189). Sum of RGB (Red+Green+Blue) = 15+186+189=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #0FBABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBABD is #F04542. Grayscale: #878787. Windows color (decimal): -15746371 or 12433935. OLE color: 12433935.

HSL color Cylindrical-coordinate representation of color #0FBABD: hue angle of 181.03º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBABD is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 186 189 -
CMYK 0.92 0.02 0 0.26
HSL 181.03º 0.85% 0.4% -
HSV(B) 181.03º 0.92% 0.74% -
XYZ 26.94 38.89 54.23 -
YUV 135.21 158.35 42.26 -
System Red Green Blue C M Y K H S L
Decimal 15 186 189 0.92 0.02 0 0.26 181.03 0.85 0.4
Hex F BA BD 5C 2 0 1A B5 55 28
Octal 17 272 275 134 2 0 32 265 125 50
Binary 1111 10111010 10111101 1011100 10 0 11010 10110101 1010101 101000

Color Harmonies of #0FBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBABD

Black with #0FBABD

Text Example


Text Example

White with #0FBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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