Html Css Color HEX #0FBCBB Iris Blue

📋 copy color: '#0FBCBB'

red 15 ◦ green 188 ◦ blue 187

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

Shades of Iris Blue #0FBCBB

Tints of Iris Blue #0FBCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.21%

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

R = 3.85%
G = 48.21%
B = 47.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#0FBCBB (or 0x0FBCBB) is known color: Iris Blue. HEX triplet: 0F, BC and BB. RGB value is (15,188,187). Sum of RGB (Red+Green+Blue) = 15+188+187=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCBB is #F04344. Grayscale: #878787. Windows color (decimal): -15745861 or 12303375. OLE color: 12303375.

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

Color convert

RGB 15 188 187 -
CMYK 0.92 0 0.01 0.26
HSL 179.65º 0.85% 0.4% -
HSV(B) 179.65º 0.92% 0.74% -
XYZ 27.15 39.66 53.24 -
YUV 136.16 156.69 41.58 -
System Red Green Blue C M Y K H S L
Decimal 15 188 187 0.92 0 0.01 0.26 179.65 0.85 0.4
Hex F BC BB 5C 0 1 1A B4 55 28
Octal 17 274 273 134 0 1 32 264 125 50
Binary 1111 10111100 10111011 1011100 0 1 11010 10110100 1010101 101000

Color Harmonies of #0FBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBCBB

Black with #0FBCBB

Text Example


Text Example

White with #0FBCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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