Html Css Color HEX #0BC1BC Iris Blue

📋 copy color: '#0BC1BC'

red 11 ◦ green 193 ◦ blue 188

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

Shades of Iris Blue #0BC1BC

Tints of Iris Blue #0BC1BC

RGB

 RED value IS 11 (4.69% from 255) = 2.81%

 GREEN value IS 193 (75.78% from 255) = 49.23%

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

R = 2.81%
G = 49.23%
B = 47.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#0BC1BC (or 0x0BC1BC) is known color: Iris Blue. HEX triplet: 0B, C1 and BC. RGB value is (11,193,188). Sum of RGB (Red+Green+Blue) = 11+193+188=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC1BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC1BC is #F43E43. Grayscale: #898989. Windows color (decimal): -16006724 or 12370187. OLE color: 12370187.

HSL color Cylindrical-coordinate representation of color #0BC1BC: hue angle of 178.35º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC1BC is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 193 188 -
CMYK 0.94 0 0.03 0.24
HSL 178.35º 0.89% 0.4% -
HSV(B) 178.35º 0.94% 0.76% -
XYZ 28.29 41.84 54.16 -
YUV 138.01 156.2 37.41 -
System Red Green Blue C M Y K H S L
Decimal 11 193 188 0.94 0 0.03 0.24 178.35 0.89 0.4
Hex B C1 BC 5E 0 3 18 B2 59 28
Octal 13 301 274 136 0 3 30 262 131 50
Binary 1011 11000001 10111100 1011110 0 11 11000 10110010 1011001 101000

Color Harmonies of #0BC1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC1BC

Black with #0BC1BC

Text Example


Text Example

White with #0BC1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,193,188); }

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

background-color css

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

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

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

border-color css

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

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

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