Html Css Color HEX #0FBCBC Iris Blue

📋 copy color: '#0FBCBC'

red 15 ◦ green 188 ◦ blue 188

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

Shades of Iris Blue #0FBCBC

Tints of Iris Blue #0FBCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 3.84%
G = 48.08%
B = 48.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0FBCBC (or 0x0FBCBC) is known color: Iris Blue. HEX triplet: 0F, BC and BC. RGB value is (15,188,188). Sum of RGB (Red+Green+Blue) = 15+188+188=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #0FBCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCBC is #F04343. Grayscale: #888888. Windows color (decimal): -15745860 or 12368911. OLE color: 12368911.

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

Color convert

RGB 15 188 188 -
CMYK 0.92 0 0 0.26
HSL 180º 0.85% 0.4% -
HSV(B) 180º 0.92% 0.74% -
XYZ 27.26 39.7 53.8 -
YUV 136.27 157.19 41.5 -
System Red Green Blue C M Y K H S L
Decimal 15 188 188 0.92 0 0 0.26 180 0.85 0.4
Hex F BC BC 5C 0 0 1A B4 55 28
Octal 17 274 274 134 0 0 32 264 125 50
Binary 1111 10111100 10111100 1011100 0 0 11010 10110100 1010101 101000

Color Harmonies of #0FBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBCBC

Black with #0FBCBC

Text Example


Text Example

White with #0FBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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