Html Css Color HEX #0FBABB Iris Blue

📋 copy color: '#0FBABB'

red 15 ◦ green 186 ◦ blue 187

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

Shades of Iris Blue #0FBABB

Tints of Iris Blue #0FBABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 3.87%
G = 47.94%
B = 48.2%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0FBABB (or 0x0FBABB) is known color: Iris Blue. HEX triplet: 0F, BA and BB. RGB value is (15,186,187). Sum of RGB (Red+Green+Blue) = 15+186+187=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #0FBABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBABB is #F04544. Grayscale: #868686. Windows color (decimal): -15746373 or 12302863. OLE color: 12302863.

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

Color convert

RGB 15 186 187 -
CMYK 0.92 0.01 0 0.27
HSL 180.35º 0.85% 0.4% -
HSV(B) 180.35º 0.92% 0.73% -
XYZ 26.73 38.81 53.1 -
YUV 134.99 157.35 42.42 -
System Red Green Blue C M Y K H S L
Decimal 15 186 187 0.92 0.01 0 0.27 180.35 0.85 0.4
Hex F BA BB 5C 1 0 1B B4 55 28
Octal 17 272 273 134 1 0 33 264 125 50
Binary 1111 10111010 10111011 1011100 1 0 11011 10110100 1010101 101000

Color Harmonies of #0FBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBABB

Black with #0FBABB

Text Example


Text Example

White with #0FBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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